Package com.bc.ceres.binio
Interface VarSequenceType
-
- All Superinterfaces:
CollectionType,SequenceType,Type
public interface VarSequenceType extends SequenceType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SequenceTyperesolve(CollectionData parent)-
Methods inherited from interface com.bc.ceres.binio.SequenceType
getElementCount, getElementType
-
Methods inherited from interface com.bc.ceres.binio.Type
getName, getSize, isCollectionType, isCompoundType, isSequenceType, isSimpleType, isSizeKnown
-
-
-
-
Method Detail
-
resolve
SequenceType resolve(CollectionData parent) throws IOException
- Throws:
IOException
-
-