Package org.rcsb.cif.binary.data
Interface SignedIntArray
-
- All Superinterfaces:
EncodedData<int[]>,IntArray,NumberArray<int[]>
- All Known Implementing Classes:
Int16Array,Int32Array,Int8Array
public interface SignedIntArray extends IntArray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SignedIntArraydecode(DeltaEncoding encoding)SignedIntArrayencode(DeltaEncoding encoding)default booleanisSigned()-
Methods inherited from interface org.rcsb.cif.binary.data.EncodedData
decode, getEncoding, hasNextDecodingStep, setEncoding
-
Methods inherited from interface org.rcsb.cif.binary.data.NumberArray
encode, getNumberOfBytes, getType, toByteArray
-
-
-
-
Method Detail
-
encode
SignedIntArray encode(DeltaEncoding encoding)
-
decode
SignedIntArray decode(DeltaEncoding encoding)
-
-