Uses of Class
org.rcsb.cif.binary.data.Int32Array
-
Packages that use Int32Array Package Description org.rcsb.cif.binary.codec org.rcsb.cif.binary.data org.rcsb.cif.binary.encoding -
-
Uses of Int32Array in org.rcsb.cif.binary.codec
Methods in org.rcsb.cif.binary.codec that return Int32Array Modifier and Type Method Description Int32ArrayIntegerPackingCodec. decode(IntArray data, IntegerPackingEncoding encoding)Int32ArrayFixedPointCodec. encode(FloatArray data, FixedPointEncoding encoding)Int32ArrayIntervalQuantizationCodec. encode(FloatArray data, IntervalQuantizationEncoding encoding)Int32ArrayRunLengthCodec. encode(IntArray data, RunLengthEncoding encoding)Methods in org.rcsb.cif.binary.codec with parameters of type Int32Array Modifier and Type Method Description static EncodingStrategyHintClassifier. classify(Int32Array data)Auto-encodes thisInt32Arrayby the encoding strategy with the minimal size.FloatArrayFixedPointCodec. decode(Int32Array data, FixedPointEncoding encoding)FloatArrayIntervalQuantizationCodec. decode(Int32Array data, IntervalQuantizationEncoding encoding)IntArrayRunLengthCodec. decode(Int32Array data, RunLengthEncoding encoding)static ByteArrayClassifier. encode(Int32Array column, String encoding)Encode anInt32Arrayusing the given encoding strategy.IntArrayIntegerPackingCodec. encode(Int32Array data, IntegerPackingEncoding encoding) -
Uses of Int32Array in org.rcsb.cif.binary.data
Methods in org.rcsb.cif.binary.data that return Int32Array Modifier and Type Method Description Int32ArrayInt32Array. decode(DeltaEncoding encoding)default Int32ArrayIntArray. decode(IntegerPackingEncoding encoding)default Int32ArrayFloatArray. encode(FixedPointEncoding encoding)Int32ArrayInt32Array. encode(DeltaEncoding encoding)default Int32ArrayIntArray. encode(RunLengthEncoding encoding)static Int32ArrayEncodedDataFactory. int32Array(int[] ints)static Int32ArrayEncodedDataFactory. int32Array(int[] ints, Deque<Encoding<?>> encoding)static Int32ArrayEncodedDataFactory. int32Array(int[] ints, Encoding<?> enc)Int32ArrayByteArray. toInt32Array(Deque<Encoding<?>> encoding) -
Uses of Int32Array in org.rcsb.cif.binary.encoding
Methods in org.rcsb.cif.binary.encoding that return Int32Array Modifier and Type Method Description Int32ArrayIntegerPackingEncoding. decode(IntArray current)Methods in org.rcsb.cif.binary.encoding with parameters of type Int32Array Modifier and Type Method Description FloatArrayFixedPointEncoding. decode(Int32Array current)FloatArrayIntervalQuantizationEncoding. decode(Int32Array current)IntArrayRunLengthEncoding. decode(Int32Array current)
-