Package org.biojava.bio.program.abi
Interface ABIFParser.DataAccess
-
- All Superinterfaces:
java.io.DataInput
,Seekable
- Enclosing class:
- ABIFParser
public static interface ABIFParser.DataAccess extends Seekable, java.io.DataInput
Concatenation of theSeekable
andDataInput
interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
finishedReading()
Called when the parser has finished reading.
-