GNU Classpath (0.98) | |
Frames | No Frames |
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.
| |
This method initializes a new instance of OutputStreamWriter
to write to the specified stream using a given Charset .
|
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 | |
int | |
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.
|
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 | |
Creates a new String using the portion of the byte array starting at the
offset and ending at offset + count. | |
Creates a new String using the byte array. |
Methods with parameter type java.nio.charset.Charset | |
byte[] | Converts the Unicode characters in this String to a byte array. |
GNU Classpath (0.98) |