A bulk read method that copies bytes from this buffer into the target byte array.
@param target The byte array to copy bytes read from this buffer.
@return a reference to this ReadableBuffer instance.
@throws BufferUnderflowException if the are less readable bytes than the array length.
See Implementation
A bulk read method that copies bytes from this buffer into the target byte array.
@param target The byte array to copy bytes read from this buffer.
@return a reference to this ReadableBuffer instance.
@throws BufferUnderflowException if the are less readable bytes than the array length.