de.schlichtherle.truezip.nio.charset
Class Ibm437Charset
java.lang.Object
java.nio.charset.Charset
de.schlichtherle.truezip.nio.charset.OctetCharset
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
| 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 |
NAME
private static final String NAME
- See Also:
- Constant Field Values
ALIASES
private static final String[] ALIASES
BYTE2CHAR
private static final char[] BYTE2CHAR
Ibm437Charset
Ibm437Charset()
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.