org.extex.io.charsets
Class EbcdicCharset

java.lang.Object
  extended by java.nio.charset.Charset
      extended by org.extex.io.charsets.EbcdicCharset
All Implemented Interfaces:
java.lang.Comparable<java.nio.charset.Charset>

public class EbcdicCharset
extends java.nio.charset.Charset

This is the definition of character set for the EBCDIC encoding.

Version:
$Revision: 6363 $
Author:
Gerd Neugebauer

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

CODES

public static final char[] CODES
The field CODES contains the table of codes.

Constructor Detail

EbcdicCharset

public EbcdicCharset()
Creates a new object.

Method Detail

contains

public boolean contains(java.nio.charset.Charset cs)

Specified by:
contains in class java.nio.charset.Charset
See Also:
Charset.contains(java.nio.charset.Charset)

newDecoder

public java.nio.charset.CharsetDecoder newDecoder()

Specified by:
newDecoder in class java.nio.charset.Charset
See Also:
Charset.newDecoder()

newEncoder

public java.nio.charset.CharsetEncoder newEncoder()

Specified by:
newEncoder in class java.nio.charset.Charset
See Also:
Charset.newEncoder()