Uses of Interface
org.rcsb.cif.binary.data.NumberArray
| Package | Description |
|---|---|
| org.rcsb.cif.binary.data | |
| org.rcsb.cif.binary.encoding |
-
Uses of NumberArray in org.rcsb.cif.binary.data
Subinterfaces of NumberArray in org.rcsb.cif.binary.data Modifier and Type Interface Description interfaceFloatArrayAn array of floating point numbers.interfaceIntArrayAn array of integer numbers.interfaceSignedIntArray<T extends SignedIntArray<?>>An array of signed integer numbers.interfaceUnsignedIntArrayA subset of data arrays is unsigned.Classes in org.rcsb.cif.binary.data that implement NumberArray Modifier and Type Class Description classFloat32ArrayAn array of floating point numbers using 32 bit to store each value.classFloat64ArrayAn array of floating point numbers using 64 bit to store each value.classInt16ArrayAn array of (signed) integer numbers using 16 bit to store each value.classInt32ArrayAn array of (signed) integer numbers using 32 bit to store each value.classInt8ArrayAn array of (signed) integer numbers using 8 bit to store each value.classUint16ArrayAn array of unsigned integer numbers using 16 bit to store each value.classUint32ArrayAn array of unsigned integer numbers using 32 bit to store each value.classUint8ArrayAn array of unsigned integer numbers using 8 bit to store each value.Methods in org.rcsb.cif.binary.data with type parameters of type NumberArray Modifier and Type Method Description <T extends NumberArray<?>>
TByteArray. decode(ByteArrayEncoding<T> encoding) -
Uses of NumberArray in org.rcsb.cif.binary.encoding
Classes in org.rcsb.cif.binary.encoding with type parameters of type NumberArray Modifier and Type Class Description classByteArrayEncoding<T extends NumberArray<?>>Encodes an array of numbers of specified types as raw bytes.