Uses of Class
org.rcsb.cif.binary.encoding.ByteArrayEncoding
-
Packages that use ByteArrayEncoding Package Description org.rcsb.cif.binary.codec org.rcsb.cif.binary.data -
-
Uses of ByteArrayEncoding in org.rcsb.cif.binary.codec
Methods in org.rcsb.cif.binary.codec with parameters of type ByteArrayEncoding Modifier and Type Method Description NumberArray<?>ByteArrayCodec. decode(ByteArray data, ByteArrayEncoding encoding)<D> ByteArrayByteArrayCodec. encode(NumberArray<D> data, ByteArrayEncoding encoding) -
Uses of ByteArrayEncoding in org.rcsb.cif.binary.data
Methods in org.rcsb.cif.binary.data with parameters of type ByteArrayEncoding Modifier and Type Method Description NumberArray<?>ByteArray. decode(ByteArrayEncoding encoding)default ByteArrayNumberArray. encode(ByteArrayEncoding encoding)
-