Uses of Class java.nio.charset.Charset

Uses in package java.io

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.

Uses in package gnu.java.nio.charset.iconv

Classes derived from java.nio.charset.Charset

class

Methods with parameter type java.nio.charset.Charset

boolean

Methods with return type java.nio.charset.Charset

Charset
Returns the named charset, by canonical name or alias.

Uses in package java.nio.charset.spi

Methods with return type java.nio.charset.Charset

Charset
Returns the named charset, by canonical name or alias.

Uses in package gnu.gcj.convert

Constructors with parameter type java.nio.charset.Charset

Create a new BytesToCharsetAdaptor for the given Charset.
Create a new CharsetToBytesAdaptor for the given Charset.

Uses in package gnu.java.nio.charset

Classes derived from java.nio.charset.Charset

class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Encoding table for ISO-8859-13, ISO Latin-7 char set.
class
Encoding table for ISO-8859-15, ISO Latin-9 char set.
class
Encoding table for ISO-8859-2, ISO Latin-2 char set.
class
Encoding table for ISO-8859-3, ISO Latin-3 char set.
class
Encoding table for ISO-8859-4, ISO Latin-4 char set.
class
Encoding table for ISO-8859-5, ISO cyrillic char set.
class
Encoding table for ISO-8859-6, ISO Arabic char set.
class
Encoding table for ISO-8859-7, ISO Latin/Greek char set.
class
Encoding table for ISO-8859-8, ISO Latin/Hebrew char set.
class
Encoding table for ISO-8859-9, ISO Latin-5 char set.
class
Encoding table for the KOI8 cyrillic char set.
class
class
class
class
class
class
class
class
class
class
class
class
class
Encoding table for Windows-1250-Latin-1, aka cp1250 or Windows-1250 or whatever.
class
Encoding table for Windows-1251 Cyrillic char set.
class
Encoding table for Windows-1252-Latin-1, aka cp1252 or Windows-1252 or whatever.
class
Encoding table for Windows-1253 Greek char set.
class
Encoding table for Windows-1254 Turkish char set.
class
Encoding table for Windows-1255 Hebrew char set.
class
Encoding table for Windows-1256 Arabic char set.
class
Encoding table for Windows-1257 Baltic char set.
class
Encoding table for Windows-1258 Arabic char set.

Methods with return type java.nio.charset.Charset

Charset
Returns a Charset instance by converting the given name to lower-case, looking up the canonical charset name and finally looking up the Charset with that name.
Charset
Gets a charset, throwing the java.io exception and not the java.nio exception if an error occurs.
Charset
Returns the default charset without throwing any exceptions.

Uses in package java.nio.charset

Constructors with parameter type java.nio.charset.Charset

CharsetDecoder.CharsetDecoder(Charset cs, float averageCharsPerByte, float maxCharsPerByte)
CharsetEncoder.CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar)
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
Charset.forName(String charsetName)
Returns the Charset instance for the charset of the given name.