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
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisSigned()States whether thisIntArraycontains signed elements.-
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
-
isSigned
default boolean isSigned()
States whether thisIntArraycontains signed elements.- Specified by:
isSignedin interfaceIntArray- Returns:
- true for
Int8Array,Int16Array, andInt32Array
-
-