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(InputStream input)
Creates a new
AcnumHitReader. |
| 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, readRecordLengthpublic AcnumHitReader(InputStream input) throws IOException
AcnumHitReader.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 EmblCDROMIndexReaderObject [] array.IOException - if an error occurs.Copyright © 2020 BioJava. All rights reserved.