Package org.rcsb.cif.binary.data
Interface UnsignedIntArray
- All Superinterfaces:
EncodedData<int[]>,IntArray,NumberArray<int[]>
- All Known Implementing Classes:
Uint16Array,Uint32Array,Uint8Array
public interface UnsignedIntArray extends IntArray
A subset of data arrays is unsigned. This information is valuable and necessary for de- and encoding.
-
Method Summary
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
-
Method Details
-
isSigned
default boolean isSigned()States whether thisIntArraycontains signed elements.- Specified by:
isSignedin interfaceIntArray- Returns:
- true for
Int8Array,Int16Array, andInt32Array
-