Java Utililty Methods ByteBuffer to CharBuffer

List of utility methods to do ByteBuffer to CharBuffer

  1. HOME
  2. Java
  3. B
  4. ByteBuffer to CharBuffer

Description

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

Method

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

AltStyle によって変換されたページ (->オリジナル) /