TrueZIP Driver ZIP 7.1

de.schlichtherle.truezip.nio.charset
Class Ibm437Charset

java.lang.Object
  extended by java.nio.charset.Charset
      extended by de.schlichtherle.truezip.nio.charset.OctetCharset
          extended by de.schlichtherle.truezip.nio.charset.Ibm437Charset
All Implemented Interfaces:
Comparable<Charset>

@Immutable
final class Ibm437Charset
extends OctetCharset

The IBM437 character set, also known as CP437. This is the original character set used to encode entry names and file comments in ZIP files.

Author:
Christian Schlichtherle

Field Summary
private static String[] ALIASES
           
private static char[] BYTE2CHAR
           
private static String NAME
           
 
Fields inherited from class de.schlichtherle.truezip.nio.charset.OctetCharset
REPLACEMENT
 
Constructor Summary
Ibm437Charset()
           
 
Method Summary
 
Methods inherited from class de.schlichtherle.truezip.nio.charset.OctetCharset
contains, newDecoder, 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

NAME

private static final String NAME
See Also:
Constant Field Values

ALIASES

private static final String[] ALIASES

BYTE2CHAR

private static final char[] BYTE2CHAR
Constructor Detail

Ibm437Charset

Ibm437Charset()

TrueZIP Driver ZIP 7.1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.