Interface DataReader

    • Method Detail

      • readDouble

        double readDouble()
                   throws IOException
        Returns:
        Reads and returns a double value.
        Throws:
        IOException - Thrown if IO errors occurred during read operation.
      • readInt

        int readInt()
             throws IOException
        Returns:
        Reads and returns an int value.
        Throws:
        IOException - Thrown if IO errors occurred during read operation.