Package org.rcsb.cif.binary.data
Interface SignedIntArray<T extends SignedIntArray<?>>
- All Superinterfaces:
EncodedData<int[]>,IntArray,NumberArray<int[]>
- All Known Implementing Classes:
Int16Array,Int32Array,Int8Array
public interface SignedIntArray<T extends SignedIntArray<?>> extends IntArray
An array of signed integer numbers.
-
Method Summary
Modifier and Type Method Description Tdecode(DeltaEncoding<T> encoding)Tencode(DeltaEncoding<T> encoding)default booleanisSigned()Methods inherited from interface org.rcsb.cif.binary.data.EncodedData
decode, getEncoding, hasNextDecodingStep, setEncodingMethods inherited from interface org.rcsb.cif.binary.data.NumberArray
encode, getNumberOfBytes, getType, toByteArray