Package com.bc.ceres.binio
Interface SequenceData
-
- All Superinterfaces:
CollectionData
public interface SequenceData extends CollectionData
A sequence of elements of same type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SequenceTypegetType()-
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 Detail
-
getType
SequenceType getType()
- Specified by:
getTypein interfaceCollectionData- Returns:
- The resolved instance type of the sequence.
-
-