Package 

Interface ByteUtils.ByteConsumer

    • Method Summary

      Modifier and Type Method Description
      abstract void accept(int b) The contract is similar to write,consume the lower eight bytes of the int as a byte.
      • Methods inherited from class java.lang.Object

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

      • accept

         abstract void accept(int b)

        The contract is similar to write,consume the lower eight bytes of the int as a byte.

        Parameters:
        b - the byte to consume