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(InputStream input)
Creates a new
AcnumTrgReader . |
Modifier and Type | Method and Description |
---|---|
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 AcnumTrgReader(InputStream input) throws IOException
AcnumTrgReader
.input
- an InputStream
.IOException
- if an error occurs.public Object[] readRecord() throws IOException
readRecord
creates an array of Objects from the
raw byte array of a single record.readRecord
in class EmblCDROMIndexReader
Object []
array.IOException
- if an error occurs.Copyright © 2014 BioJava. All rights reserved.