Uses of Interface
org.rcsb.cif.binary.data.IntArray
| Package | Description |
|---|---|
| org.rcsb.cif.binary.data | |
| org.rcsb.cif.binary.encoding |
-
Uses of IntArray in org.rcsb.cif.binary.data
Subinterfaces of IntArray in org.rcsb.cif.binary.data Modifier and Type Interface Description 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 IntArray Modifier and Type Class Description 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 that return IntArray Modifier and Type Method Description static IntArrayIntArray. create(int type, int size)IntArrayInt32Array. decode(RunLengthEncoding encoding)IntArrayInt32Array. encode(IntegerPackingEncoding encoding) -
Uses of IntArray in org.rcsb.cif.binary.encoding
Methods in org.rcsb.cif.binary.encoding that return IntArray Modifier and Type Method Description IntArrayRunLengthEncoding. decode(Int32Array data)IntArrayIntegerPackingEncoding. encode(Int32Array data)Methods in org.rcsb.cif.binary.encoding with parameters of type IntArray Modifier and Type Method Description Int32ArrayIntegerPackingEncoding. decode(IntArray data)Int32ArrayRunLengthEncoding. encode(IntArray data)