ReadableBuffer.get

Copy data from this buffer to the target buffer starting from the current position and continuing until either this buffer's remaining bytes are consumed or the target is full.

@param target The WritableBuffer to transfer this buffer's data to.

@return a reference to this ReadableBuffer instance.

Meta