GNU Classpath (0.95) | |
Frames | No Frames |
Methods with return type java.nio.charset.CharsetEncoder | |
CharsetEncoder | |
CharsetEncoder | |
CharsetEncoder | |
CharsetEncoder | CharsetEncoder.replaceWith(byte[] newReplacement) |
CharsetEncoder |
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 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.
|
GNU Classpath (0.95) |