Class VariableIndexInputStream

    • Constructor Detail

      • VariableIndexInputStream

        public VariableIndexInputStream​(String file,
                                        char byteOrder)
                                 throws IOException
        Creates a new VariableIndexInputStream instance.
        Parameters:
        file - a String value
        byteOrder - a char value
        Throws:
        IOException - if an error occurs
    • Method Detail

      • tableSize

        public int tableSize()
        Describe tableSize method here.
        Specified by:
        tableSize in class VPFInputStream
        Returns:
        an int value
      • readHeader

        public VPFHeader readHeader()
                             throws IOException
        Describe readHeader method here.
        Specified by:
        readHeader in class VPFInputStream
        Returns:
        a VPFHeader value
        Throws:
        IOException - if an error occurs
      • readRow

        public VPFRow readRow()
                       throws IOException
        Describe readRow method here.
        Specified by:
        readRow in class VPFInputStream
        Returns:
        a VPFRow value
        Throws:
        IOException - if an error occurs