BufferUtils.append

Appends a buffer to a buffer

@param to Buffer is flush mode @param b buffer to append @return The position of the valid data before the flipped position.

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

Meta