GNU Classpath (0.18) | ||
Frames | No Frames |
Methods with return type java.nio.charset.Charset | |
Charset | Returns the named charset, by canonical name or alias.
|
Constructors with parameter type java.nio.charset.Charset | |
CharsetEncoder.CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement) |
Methods with parameter type java.nio.charset.Charset | |
boolean |
Methods with return type java.nio.charset.Charset | |
Charset | |
Charset | |
Charset | Returns the system default charset.
|
Charset | |
Charset | Returns the Charset instance for the charset of the given name.
|
Constructors with parameter type java.nio.charset.Charset | |
Creates an InputStreamReader that uses a decoder of the given
charset to decode the bytes in the InputStream into
characters.
|
GNU Classpath (0.18) |