Uses of Class java.nio.charset.CharsetEncoder

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

Methods with return type java.nio.charset.CharsetEncoder

CharsetEncoder

Uses in package java.nio.charset

Methods with return type java.nio.charset.CharsetEncoder

CharsetEncoder
CharsetEncoder
CharsetEncoder
CharsetEncoder
CharsetEncoder.replaceWith(byte[] newReplacement)
CharsetEncoder

Uses in package java.io

Constructors with parameter type java.nio.charset.CharsetEncoder

This method initializes a new instance of OutputStreamWriter to write to the specified stream using a given CharsetEncoder.

Uses in package gnu.gcj.convert

Constructors with parameter type java.nio.charset.CharsetEncoder

Create a new CharsetToBytesAdaptor for the given CharsetEncoder.

Uses in package gnu.java.nio

Constructors with parameter type java.nio.charset.CharsetEncoder

Create a new instance, given the output byte channel, the encoder to use, and the minimum buffer capacity.

Uses in package java.nio.channels

Methods with parameter type java.nio.charset.CharsetEncoder

Writer
Constructs a writer that encodes characters using the given encoder and writes the resulting bytes to the given channel.