Uses of Class java.nio.charset.CharsetDecoder

Uses in package java.io

Constructors with parameter type java.nio.charset.CharsetDecoder

Creates an InputStreamReader that uses the given charset decoder to decode the bytes in the InputStream into characters.

Uses in package gnu.java.nio.charset.iconv

Methods with return type java.nio.charset.CharsetDecoder

CharsetDecoder

Uses in package java.nio.channels

Methods with parameter type java.nio.charset.CharsetDecoder

Reader
Constructs a reader that decodes bytes from the given channel using the given decoder.

Uses in package gnu.java.nio

Constructors with parameter type java.nio.charset.CharsetDecoder

ChannelReader.ChannelReader(ReadableByteChannel channel, CharsetDecoder decoder, int minBufferCap)

Uses in package gnu.gcj.convert

Constructors with parameter type java.nio.charset.CharsetDecoder

Create a new BytesToCharsetAdaptor for the given CharsetDecoder.

Uses in package java.nio.charset

Methods with return type java.nio.charset.CharsetDecoder

CharsetDecoder
CharsetDecoder
CharsetDecoder
CharsetDecoder
CharsetDecoder