Package 

Class ByteUtils.InputStreamByteSupplier

    • Method Summary

      Modifier and Type Method Description
      int getAsByte() The contract is similar to read, returnthe byte as an unsigned int, -1 if there are no more bytes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteUtils.InputStreamByteSupplier

        ByteUtils.InputStreamByteSupplier(InputStream is)
    • Method Detail

      • getAsByte

         int getAsByte()

        The contract is similar to read, returnthe byte as an unsigned int, -1 if there are no more bytes.