Interface ByteInput

    • Method Detail

      • read

        int read()
          throws IOException
        Reads an unsigned 8-bit value.
        Returns:
        an unsigned 8-bit value; between 0 and 255, both inclusive.
        Throws:
        IOException - if an I/O error occurs.