Uses of Interface
org.rcsb.cif.binary.data.NumberArray
-
Packages that use NumberArray Package Description org.rcsb.cif.binary.codec org.rcsb.cif.binary.data org.rcsb.cif.binary.encoding -
-
Uses of NumberArray in org.rcsb.cif.binary.codec
Methods in org.rcsb.cif.binary.codec that return NumberArray Modifier and Type Method Description NumberArray<?>ByteArrayCodec. decode(ByteArray data, ByteArrayEncoding encoding)Methods in org.rcsb.cif.binary.codec with parameters of type NumberArray Modifier and Type Method Description <D> ByteArrayByteArrayCodec. encode(NumberArray<D> data, ByteArrayEncoding encoding) -
Uses of NumberArray in org.rcsb.cif.binary.data
Subinterfaces of NumberArray in org.rcsb.cif.binary.data Modifier and Type Interface Description interfaceFloatArrayinterfaceIntArrayinterfaceSignedIntArrayinterfaceUnsignedIntArrayA subset of data arrays is unsigned.Classes in org.rcsb.cif.binary.data that implement NumberArray Modifier and Type Class Description classFloat32ArrayclassFloat64ArrayclassInt16ArrayclassInt32ArrayclassInt8ArrayclassUint16ArrayclassUint32ArrayclassUint8ArrayMethods in org.rcsb.cif.binary.data that return NumberArray Modifier and Type Method Description NumberArray<?>ByteArray. decode(ByteArrayEncoding encoding) -
Uses of NumberArray in org.rcsb.cif.binary.encoding
Methods in org.rcsb.cif.binary.encoding that return NumberArray Modifier and Type Method Description NumberArray<?>ByteArrayEncoding. decode(ByteArray current)
-