Interface ByteUtils.ByteConsumer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void accept​(int b)
      The contract is similar to OutputStream.write(int), consume the lower eight bytes of the int as a byte.
    • Method Detail

      • accept

        void accept​(int b)
             throws java.io.IOException
        The contract is similar to OutputStream.write(int), consume the lower eight bytes of the int as a byte.
        Parameters:
        b - the byte to consume
        Throws:
        java.io.IOException - if consuming fails