public class AcnumTrgReader extends EmblCDROMIndexReader
AcnumTrgReader reads the "acnum.trg" file of an EMBL
CD-ROM format binary index.input, recParser, sb| Constructor and Description |
|---|
AcnumTrgReader(java.io.InputStream input)
Creates a new
AcnumTrgReader. |
| 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, readRecordLengthpublic AcnumTrgReader(java.io.InputStream input)
throws java.io.IOException
AcnumTrgReader.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 EmblCDROMIndexReaderObject [] array.java.io.IOException - if an error occurs.