|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.nio.charset.Charset
org.extex.io.charsets.EbcdicCharset
public class EbcdicCharset
This is the definition of character set for the EBCDIC encoding.
| Field Summary | |
|---|---|
static char[] |
CODES
The field CODES contains the table of codes. |
| Constructor Summary | |
|---|---|
EbcdicCharset()
Creates a new object. |
|
| Method Summary | |
|---|---|
boolean |
contains(java.nio.charset.Charset cs)
|
java.nio.charset.CharsetDecoder |
newDecoder()
|
java.nio.charset.CharsetEncoder |
newEncoder()
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final char[] CODES
| Constructor Detail |
|---|
public EbcdicCharset()
| Method Detail |
|---|
public boolean contains(java.nio.charset.Charset cs)
contains in class java.nio.charset.CharsetCharset.contains(java.nio.charset.Charset)public java.nio.charset.CharsetDecoder newDecoder()
newDecoder in class java.nio.charset.CharsetCharset.newDecoder()public java.nio.charset.CharsetEncoder newEncoder()
newEncoder in class java.nio.charset.CharsetCharset.newEncoder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||