public interface ByteUtils.ByteConsumer
Used to consume bytes.
abstract void
accept(int b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void accept(int b)
The contract is similar to write,consume the lower eight bytes of the int as a byte.
b