Package org.biojava.bio.program.abi
Interface ABIFParser.DataAccess
- Enclosing class:
- ABIFParser
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the parser has finished reading.Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
Method Details
-
finishedReading
Called when the parser has finished reading. The access may choose to close itself at this point, e.g. if it is using a RandomAccessFile.- Throws:
IOException- if it could not do what it needs to.
-