Package com.bc.ceres.binio
Interface SequenceData
- All Superinterfaces:
CollectionData
A sequence of elements of same type.
-
Method Summary
Methods inherited from interface com.bc.ceres.binio.CollectionData
dispose, flush, getByte, getCompound, getContext, getDouble, getElementCount, getFloat, getInt, getLong, getParent, getPosition, getSequence, getShort, getSize, getUByte, getUInt, getUShort, resolveSize, setByte, setDouble, setFloat, setInt, setLong, setShort, setUByte, setUInt, setUShort
-
Method Details
-
getType
SequenceType getType()- Specified by:
getType
in interfaceCollectionData
- Returns:
- The resolved instance type of the sequence.
-