Package 

Interface ByteUtils.ByteSupplier

    • Method Summary

      Modifier and Type Method Description
      abstract 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
    • Method Detail

      • getAsByte

         abstract int getAsByte()

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