Uses of Class
org.rcsb.cif.binary.encoding.IntegerPackingEncoding
-
Packages that use IntegerPackingEncoding Package Description org.rcsb.cif.binary.codec org.rcsb.cif.binary.data -
-
Uses of IntegerPackingEncoding in org.rcsb.cif.binary.codec
Methods in org.rcsb.cif.binary.codec with parameters of type IntegerPackingEncoding Modifier and Type Method Description Int32ArrayIntegerPackingCodec. decode(IntArray data, IntegerPackingEncoding encoding)IntArrayIntegerPackingCodec. encode(Int32Array data, IntegerPackingEncoding encoding) -
Uses of IntegerPackingEncoding in org.rcsb.cif.binary.data
Methods in org.rcsb.cif.binary.data with parameters of type IntegerPackingEncoding Modifier and Type Method Description default Int32ArrayIntArray. decode(IntegerPackingEncoding encoding)IntArrayInt32Array. encode(IntegerPackingEncoding encoding)
-