ByteBufferUtils.pourArrayToBuffer

Assumes {@code destination} is ready to be written.

@return number of bytes poured which may be fewer than {@code sizeRequested} if {@code destination} has insufficient remaining

class ByteBufferUtils
static
int
pourArrayToBuffer
(
byte[] source
,
int offset
,,
ByteBuffer destination
)

Meta