Package org.biojava.bio.seq.db.emblcd
Class EntryNamIdxReader
java.lang.Object
org.biojava.bio.seq.db.emblcd.EmblCDROMIndexReader
org.biojava.bio.seq.db.emblcd.EntryNamIdxReader
EntryNamIdxReader reads the "entrynam.idx" 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[]readRecordcreates 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
-
EntryNamIdxReader
Creates a newEntryNamIdxReader.- Parameters:
input- anInputStream.- Throws:
IOException
-
-
Method Details
-
readRecord
readRecordcreates an array of Objects from the raw byte array of a single record.- Specified by:
readRecordin classEmblCDROMIndexReader- Returns:
- an
Object []array. - Throws:
IOException- if an error occurs.
-