BufferUtils.append

Appends a byte to a buffer

@param to Buffer is flush mode @param b byte to append

  1. void append(ByteBuffer to, byte[] b, int off, int len)
  2. void append(ByteBuffer to, byte b)
    class BufferUtils
    static
    void
    append
    (,
    byte b
    )
  3. int append(ByteBuffer to, ByteBuffer b)

Meta