org.openmdx.kernel.xml
Class Encodings

java.lang.Object
  extended by org.openmdx.kernel.xml.Encodings

public class Encodings
extends Object

Canonical Encoding Names for java.io and java.lang API.


Field Summary
static String ISO_8859_1
          ISO 8859-1, Latin Alphabet No.
static String US_ASCII
          American Standard Code for Information Interchange
static String UTF_16
          Sixteen-bit UCS Transformation Format, byte order identified by a mandatory initial byte-order mark
static String UTF_16BE
          Sixteen-bit Unicode Transformation Format, big-endian byte order
static String UTF_16BE_WITH_BOM
          Sixteen-bit Unicode Transformation Format, big-endian byte order, with byte-order mark
static String UTF_16LE
          Sixteen-bit Unicode Transformation Format, little-endian byte order
static String UTF_16LE_WITH_BOM
          Sixteen-bit Unicode Transformation Format, little-endian byte order, with byte-order mark
static String UTF_32
          Thirtytwo-bit UCS Transformation Format, byte order identified by an optional byte-order mark.
static String UTF_32BE
          Thirtytwo-bit UCS Transformation Format, big-endian byte order
static String UTF_32LE
          Thirtytwo-bit UCS Transformation Format, little-endian byte order
static String UTF_8
          Eight-bit UCS Transformation Format
static String WINDOWS_1252
          Windows Latin-1
 
Constructor Summary
Encodings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTF_8

public static final String UTF_8
Eight-bit UCS Transformation Format

Since:
JRE 1.2
See Also:
Constant Field Values

US_ASCII

public static final String US_ASCII
American Standard Code for Information Interchange

Since:
JRE 1.2
See Also:
Constant Field Values

ISO_8859_1

public static final String ISO_8859_1
ISO 8859-1, Latin Alphabet No. 1

Since:
JRE 1.2
See Also:
Constant Field Values

UTF_16BE_WITH_BOM

public static final String UTF_16BE_WITH_BOM
Sixteen-bit Unicode Transformation Format, big-endian byte order, with byte-order mark

Since:
JRE 1.2
See Also:
Constant Field Values

UTF_16LE_WITH_BOM

public static final String UTF_16LE_WITH_BOM
Sixteen-bit Unicode Transformation Format, little-endian byte order, with byte-order mark

Since:
JRE 1.2
See Also:
Constant Field Values

WINDOWS_1252

public static final String WINDOWS_1252
Windows Latin-1

Since:
JRE 1.2
See Also:
Constant Field Values

UTF_16BE

public static final String UTF_16BE
Sixteen-bit Unicode Transformation Format, big-endian byte order

Since:
JRE 1.3
See Also:
Constant Field Values

UTF_16LE

public static final String UTF_16LE
Sixteen-bit Unicode Transformation Format, little-endian byte order

Since:
JRE 1.3
See Also:
Constant Field Values

UTF_16

public static final String UTF_16
Sixteen-bit UCS Transformation Format, byte order identified by
See Also:
Constant Field Values

UTF_32

public static final String UTF_32
Thirtytwo-bit UCS Transformation Format, byte order identified by an optional byte-order mark.

See Also:
Constant Field Values

UTF_32BE

public static final String UTF_32BE
Thirtytwo-bit UCS Transformation Format, big-endian byte order

See Also:
Constant Field Values

UTF_32LE

public static final String UTF_32LE
Thirtytwo-bit UCS Transformation Format, little-endian byte order

See Also:
Constant Field Values
Constructor Detail

Encodings

public Encodings()


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.