public class AcnumHitReader extends EmblCDROMIndexReader
AcnumHitReader
reads the "acnum.hit" file of an EMBL
CD-ROM format binary index.input, recParser, sb
Constructor and Description |
---|
AcnumHitReader(java.io.InputStream input)
Creates a new
AcnumHitReader . |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
readRecord()
readRecord creates an array of Objects from the
raw byte array of a single record. |
close, readDBDate, readDBName, readDBRelease, readFileLength, readRawRecord, readRecordCount, readRecordLength
public AcnumHitReader(java.io.InputStream input) throws java.io.IOException
AcnumHitReader
.input
- an InputStream
.java.io.IOException
- if an error occurs.public java.lang.Object[] readRecord() throws java.io.IOException
readRecord
creates an array of Objects from the
raw byte array of a single record.readRecord
in class EmblCDROMIndexReader
Object []
array.java.io.IOException
- if an error occurs.