BufferUtils.append

Append bytes to a buffer.

@param to Buffer is flush mode @param b bytes to append @param off offset into byte @param len length to append @throws BufferOverflowException if unable to append buffer due to space limits

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

Meta