Interface ABIFParser.DataAccess

All Superinterfaces:
DataInput, Seekable
Enclosing class:
ABIFParser

public static interface ABIFParser.DataAccess extends Seekable, DataInput
Concatenation of the Seekable and DataInput interfaces.
  • 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.