Package org.biojava.bio.seq.db.emblcd
Class AcnumHitReader
java.lang.Object
org.biojava.bio.seq.db.emblcd.EmblCDROMIndexReader
org.biojava.bio.seq.db.emblcd.AcnumHitReader
AcnumHitReader
reads the "acnum.hit" file of an EMBL
CD-ROM format binary index.- Since:
- 1.2
- Author:
- Keith James
-
Field Summary
Fields inherited from class org.biojava.bio.seq.db.emblcd.EmblCDROMIndexReader
input, recParser, sb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]
readRecord
creates an array of Objects from the raw byte array of a single record.Methods inherited from class org.biojava.bio.seq.db.emblcd.EmblCDROMIndexReader
close, readDBDate, readDBName, readDBRelease, readFileLength, readRawRecord, readRecordCount, readRecordLength
-
Constructor Details
-
AcnumHitReader
Creates a newAcnumHitReader
.- Parameters:
input
- anInputStream
.- Throws:
IOException
- if an error occurs.
-
-
Method Details
-
readRecord
readRecord
creates an array of Objects from the raw byte array of a single record.- Specified by:
readRecord
in classEmblCDROMIndexReader
- Returns:
- an
Object []
array. - Throws:
IOException
- if an error occurs.
-