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