RawDataBufferFactory

classe publique RawDataBufferFactory

Usine de tampons de données brutes

Constructeurs Publics

Méthodes publiques

booléen statique
ByteDataBuffer statique
créer (tableau d'octets [], booléen readOnly)
IntDataBuffer statique
créer (tableau int[], booléen readOnly)
LongDataBuffer statique
créer (tableau long[], booléen readOnly)
ShortDataBuffer statique
créer (tableau short[], booléen readOnly)
FloatDataBuffer statique
créer (tableau float[], booléen readOnly)
DoubleDataBuffer statique
créer (tableau double[], booléen readOnly)
BooleanDataBuffer statique
créer (tableau booléen [], booléen readOnly)

Méthodes héritées

Constructeurs Publics

public RawDataBufferFactory ()

Méthodes publiques

public statique booléen canBeUsed ()

public static ByteDataBuffer créer (tableau d'octets [], booléen readOnly)

public static IntDataBuffer créer (tableau int[], booléen readOnly)

public static LongDataBuffer créer (tableau long[], booléen readOnly)

public static ShortDataBuffer créer (tableau short[], booléen readOnly)

public static FloatDataBuffer créer (tableau float[], booléen readOnly)

création de DoubleDataBuffer statique publique (tableau double [], booléen readOnly)

public static BooleanDataBuffer créer (tableau boolean[], boolean readOnly)