Class EntryNamIdxReader

    • Constructor Detail

      • EntryNamIdxReader

        public EntryNamIdxReader​(java.io.InputStream input)
                          throws java.io.IOException
        Creates a new EntryNamIdxReader.
        Parameters:
        input - an InputStream.
        Throws:
        java.io.IOException
    • 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.