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
See Implementation
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