Uses of Interface
org.rcsb.cif.binary.data.EncodedData
| Package | Description |
|---|---|
| org.rcsb.cif.binary.codec | |
| org.rcsb.cif.binary.data | |
| org.rcsb.cif.binary.encoding |
-
Uses of EncodedData in org.rcsb.cif.binary.codec
Methods in org.rcsb.cif.binary.codec that return EncodedData Modifier and Type Method Description static EncodedData<?>BinaryCifCodec. decode(EncodedData<?> data)Request decoding of thisEncodedDatainstance.Methods in org.rcsb.cif.binary.codec with parameters of type EncodedData Modifier and Type Method Description static EncodedData<?>BinaryCifCodec. decode(EncodedData<?> data)Request decoding of thisEncodedDatainstance. -
Uses of EncodedData in org.rcsb.cif.binary.data
Subinterfaces of EncodedData in org.rcsb.cif.binary.data Modifier and Type Interface Description interfaceFloatArrayAn array of floating point numbers.interfaceIntArrayAn array of integer numbers.interfaceNumberArray<D>An array of 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 EncodedData Modifier and Type Class Description classByteArrayThe abstraction of binary data.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.classStringArrayAn array of String values.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 EncodedData Modifier and Type Method Description default EncodedData<?>EncodedData. decode() -
Uses of EncodedData in org.rcsb.cif.binary.encoding
Classes in org.rcsb.cif.binary.encoding with type parameters of type EncodedData Modifier and Type Interface Description interfaceEncoding<H extends EncodedData<?>,L extends EncodedData<?>>Represents a single encoding or decoding step for a column.interfaceEncoding<H extends EncodedData<?>,L extends EncodedData<?>>Represents a single encoding or decoding step for a column.