Uses of Class java.nio.charset.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 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.