java.lang.Object
java.nio.charset.Charset
gnu.java.nio.charset.ByteCharset
gnu.java.nio.charset.ISO_8859_5
- All Implemented Interfaces:
- java.lang.Comparable
- public class ISO_8859_5
- extends ByteCharset
Encoding table for ISO-8859-5, ISO cyrillic char set.
|
Field Summary |
private static char[] |
lookup
This is the lookup table for this encoding |
protected char[] |
lookupTable
|
protected static char |
NONE
Char to signify the character in the table is undefined |
| Fields inherited from class java.nio.charset.Charset |
|
| Methods inherited from class java.nio.charset.Charset |
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString |
lookup
private static final char[] lookup
- This is the lookup table for this encoding
lookupTable
protected char[] lookupTable
NONE
protected static final char NONE
- Char to signify the character in the table is undefined
- See Also:
- Constant Field Values
ISO_8859_5
public ISO_8859_5()
contains
public boolean contains(java.nio.charset.Charset cs)
- Most western charsets include ASCII, but this should
be overloaded for others.
getLookupTable
char[] getLookupTable()
newDecoder
public java.nio.charset.CharsetDecoder newDecoder()
newEncoder
public java.nio.charset.CharsetEncoder newEncoder()