Frames | No Frames |
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 .
|
Methods with return type java.nio.charset.CharsetEncoder | |
CharsetEncoder |
Constructors with parameter type java.nio.charset.CharsetEncoder | |
Create a new CharsetToBytesAdaptor for the given CharsetEncoder.
|
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.
|
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.
|
Methods with return type java.nio.charset.CharsetEncoder | |
CharsetEncoder | |
CharsetEncoder | |
CharsetEncoder | |
CharsetEncoder | CharsetEncoder.replaceWith(byte[] newReplacement) |
CharsetEncoder |