Uses of Interface
org.rcsb.cif.binary.data.SignedIntArray
-
Packages that use SignedIntArray Package Description org.rcsb.cif.binary.codec org.rcsb.cif.binary.data org.rcsb.cif.binary.encoding -
-
Uses of SignedIntArray in org.rcsb.cif.binary.codec
Methods in org.rcsb.cif.binary.codec with type parameters of type SignedIntArray Modifier and Type Method Description <T extends SignedIntArray>
TDeltaCodec. decode(T data, DeltaEncoding encoding)<T extends SignedIntArray>
TDeltaCodec. encode(T data, DeltaEncoding encoding) -
Uses of SignedIntArray in org.rcsb.cif.binary.data
Classes in org.rcsb.cif.binary.data that implement SignedIntArray Modifier and Type Class Description classInt16ArrayclassInt32ArrayclassInt8ArrayMethods in org.rcsb.cif.binary.data that return SignedIntArray Modifier and Type Method Description SignedIntArraySignedIntArray. decode(DeltaEncoding encoding)SignedIntArraySignedIntArray. encode(DeltaEncoding encoding) -
Uses of SignedIntArray in org.rcsb.cif.binary.encoding
Methods in org.rcsb.cif.binary.encoding that return SignedIntArray Modifier and Type Method Description SignedIntArrayDeltaEncoding. decode(SignedIntArray current)Methods in org.rcsb.cif.binary.encoding with parameters of type SignedIntArray Modifier and Type Method Description SignedIntArrayDeltaEncoding. decode(SignedIntArray current)
-