Interface ByteUtils.ByteSupplier

    • Method Detail

      • getAsByte

        int getAsByte()
               throws IOException
        The contract is similar to InputStream.read(), return the byte as an unsigned int, -1 if there are no more bytes.
        Returns:
        the supplied byte or -1 if there are no more bytes
        Throws:
        IOException - if supplying fails