Java Utililty Methods ByteBuffer to CharBuffer

List of utility methods to do ByteBuffer to CharBuffer

Description

The list of methods to do ByteBuffer to CharBuffer are organized into topic(s).

Method

CharBuffertoCharBuffer(final ByteBuffer buffer)
Converts a byte buffer into a character buffer.
return DEFAULT_CHARSET.decode(buffer);