public interface ByteUtils.ByteSupplier
Used to supply bytes.
abstract int
getAsByte()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract int getAsByte()
The contract is similar to read, returnthe byte as an unsigned int, -1 if there are no more bytes.