Uses of Class
org.rcsb.cif.binary.data.ByteArray
-
Packages that use ByteArray Package Description org.rcsb.cif.binary.codec org.rcsb.cif.binary.data org.rcsb.cif.binary.encoding -
-
Uses of ByteArray in org.rcsb.cif.binary.codec
Methods in org.rcsb.cif.binary.codec that return ByteArray Modifier and Type Method Description <D> ByteArrayByteArrayCodec. encode(NumberArray<D> data, ByteArrayEncoding encoding)static ByteArrayClassifier. encode(Int32Array column, String encoding)Encode anInt32Arrayusing the given encoding strategy.ByteArrayStringArrayCodec. encode(StringArray data, StringArrayEncoding encoding)Methods in org.rcsb.cif.binary.codec with parameters of type ByteArray Modifier and Type Method Description NumberArray<?>ByteArrayCodec. decode(ByteArray data, ByteArrayEncoding encoding)StringArrayStringArrayCodec. decode(ByteArray data, StringArrayEncoding encoding) -
Uses of ByteArray in org.rcsb.cif.binary.data
Methods in org.rcsb.cif.binary.data that return ByteArray Modifier and Type Method Description static ByteArrayEncodedDataFactory. byteArray(byte[] bytes)static ByteArrayEncodedDataFactory. byteArray(byte[] bytes, Deque<Encoding<?>> encoding)static ByteArrayEncodedDataFactory. byteArray(byte[] bytes, Encoding<?> enc)default ByteArrayNumberArray. encode(ByteArrayEncoding encoding)ByteArrayStringArray. encode(StringArrayEncoding encoding) -
Uses of ByteArray in org.rcsb.cif.binary.encoding
Methods in org.rcsb.cif.binary.encoding with parameters of type ByteArray Modifier and Type Method Description NumberArray<?>ByteArrayEncoding. decode(ByteArray current)StringArrayStringArrayEncoding. decode(ByteArray current)
-