org.foray.common.util
Class CharsetUtils

java.lang.Object
  extended by org.foray.common.util.CharsetUtils

public final class CharsetUtils
extends Object

Utilities related to Charsets.


Field Summary
static Charset CHARSET_ISO_8859_1
          Constant indicating the ISO-8859-1 character set.
static Charset CHARSET_US_ASCII
          Constant indicating the U.S.
static Charset CHARSET_UTF_16
          Constant indicating the UTF-16 character set.
static Charset CHARSET_UTF_16BE
          Constant indicating the UTF-16, big-endian character set.
static Charset CHARSET_UTF_16LE
          Constant indicating the UTF-16, little-endian character set.
static Charset CHARSET_UTF_8
          Constant indicating the UTF-8 character set.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHARSET_US_ASCII

public static final Charset CHARSET_US_ASCII
Constant indicating the U.S. ASCII character set.


CHARSET_ISO_8859_1

public static final Charset CHARSET_ISO_8859_1
Constant indicating the ISO-8859-1 character set.


CHARSET_UTF_8

public static final Charset CHARSET_UTF_8
Constant indicating the UTF-8 character set.


CHARSET_UTF_16BE

public static final Charset CHARSET_UTF_16BE
Constant indicating the UTF-16, big-endian character set.


CHARSET_UTF_16LE

public static final Charset CHARSET_UTF_16LE
Constant indicating the UTF-16, little-endian character set.


CHARSET_UTF_16

public static final Charset CHARSET_UTF_16
Constant indicating the UTF-16 character set.



Copyright © 2017. All rights reserved.