Package 

Class ByteUtils.OutputStreamByteConsumer

    • Method Summary

      Modifier and Type Method Description
      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 org.readium.r2.shared.util.zip.compress.utils.ByteUtils.ByteConsumer

        accept
      • Methods inherited from class java.lang.Object

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

      • ByteUtils.OutputStreamByteConsumer

        ByteUtils.OutputStreamByteConsumer(OutputStream os)
    • Method Detail

      • accept

         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