com.calitha.io
Interface CharacterSet


public interface CharacterSet

Provides common constants for character sets/encodings.

Author:
Robert van Loenhout

Field Summary
static String ISO_8859_1
           
static Charset ISO_8859_1_SET
           
static String US_ASCII
           
static Charset US_ASCII_SET
           
static String UTF_16
           
static Charset UTF_16_SET
           
static String UTF_16BE
           
static Charset UTF_16BE_SET
           
static String UTF_16LE
           
static Charset UTF_16LE_SET
           
static String UTF_8
           
static Charset UTF_8_SET
           
 

Field Detail

US_ASCII

static final String US_ASCII
See Also:
Constant Field Values

ISO_8859_1

static final String ISO_8859_1
See Also:
Constant Field Values

UTF_8

static final String UTF_8
See Also:
Constant Field Values

UTF_16

static final String UTF_16
See Also:
Constant Field Values

UTF_16BE

static final String UTF_16BE
See Also:
Constant Field Values

UTF_16LE

static final String UTF_16LE
See Also:
Constant Field Values

US_ASCII_SET

static final Charset US_ASCII_SET

ISO_8859_1_SET

static final Charset ISO_8859_1_SET

UTF_8_SET

static final Charset UTF_8_SET

UTF_16_SET

static final Charset UTF_16_SET

UTF_16BE_SET

static final Charset UTF_16BE_SET

UTF_16LE_SET

static final Charset UTF_16LE_SET