Convert a ByteBuffer to a byte array.
@param buffer The buffer to convert in flush mode. The buffer is not altered. @return An array of bytes duplicated from the buffer.
See Implementation
Convert a ByteBuffer to a byte array.
@param buffer The buffer to convert in flush mode. The buffer is not altered. @return An array of bytes duplicated from the buffer.