net.craftforge.essential.controller.constants
Class Charset

java.lang.Object
  extended by net.craftforge.essential.controller.constants.Charset

public class Charset
extends Object

Charset encoding constants.

Since:
20.06.11
Author:
Christian Bick

Field Summary
static String ISO_8859_1
          ISO-8859-1
static String UTF16
          UTF-16
static String UTF8
          UTF-8
 
Constructor Summary
Charset()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UTF8

public static final String UTF8
UTF-8

See Also:
Constant Field Values

UTF16

public static final String UTF16
UTF-16

See Also:
Constant Field Values

ISO_8859_1

public static final String ISO_8859_1
ISO-8859-1

See Also:
Constant Field Values
Constructor Detail

Charset

public Charset()


Copyright © 2011. All Rights Reserved.