Class DivisionLkpReader


  • public class DivisionLkpReader
    extends EmblCDROMIndexReader
    DivisionLkpReader reads the "division.lkp" file of an EMBL CD-ROM format binary index.
    Since:
    1.2
    Author:
    Keith James
    • Constructor Detail

      • DivisionLkpReader

        public DivisionLkpReader​(java.io.InputStream input)
                          throws java.io.IOException
        Creates a new DivisionLkpReader.
        Parameters:
        input - an InputStream.
        Throws:
        java.io.IOException - if an error occurs.
    • Method Detail

      • readRecord

        public java.lang.Object[] readRecord()
                                      throws java.io.IOException
        readRecord creates an array of Objects from the raw byte array of a single record.
        Specified by:
        readRecord in class EmblCDROMIndexReader
        Returns:
        an Object [] array.
        Throws:
        java.io.IOException - if an error occurs.