net.ranides.assira.text
Class TextEncoding

java.lang.Object
  extended by net.ranides.assira.text.TextEncoding

public final class TextEncoding
extends Object

Author:
ranides

Field Summary
static String IO_ISO88591
           
static String IO_MAZOVIA
           
static String IO_PL_DOS
           
static String IO_PL_ISO
           
static String IO_PL_WINDOWS
           
static String IO_US_ASCII
           
static String IO_UTF16
           
static String IO_UTF16BE
           
static String IO_UTF16LE
           
static String IO_UTF8
           
static Charset NIO_ISO88591
           
static Charset NIO_MAZOVIA
           
static Charset NIO_PL_DOS
           
static Charset NIO_PL_ISO
           
static Charset NIO_PL_WINDOWS
           
static Charset NIO_US_ASCII
           
static Charset NIO_UTF16
           
static Charset NIO_UTF16BE
           
static Charset NIO_UTF16LE
           
static Charset NIO_UTF8
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NIO_US_ASCII

public static final Charset NIO_US_ASCII

NIO_ISO88591

public static final Charset NIO_ISO88591

NIO_UTF8

public static final Charset NIO_UTF8

NIO_UTF16BE

public static final Charset NIO_UTF16BE

NIO_UTF16LE

public static final Charset NIO_UTF16LE

NIO_UTF16

public static final Charset NIO_UTF16

NIO_PL_DOS

public static final Charset NIO_PL_DOS

NIO_PL_ISO

public static final Charset NIO_PL_ISO

NIO_PL_WINDOWS

public static final Charset NIO_PL_WINDOWS

NIO_MAZOVIA

public static final Charset NIO_MAZOVIA

IO_US_ASCII

public static final String IO_US_ASCII
See Also:
Constant Field Values

IO_ISO88591

public static final String IO_ISO88591
See Also:
Constant Field Values

IO_UTF8

public static final String IO_UTF8
See Also:
Constant Field Values

IO_UTF16BE

public static final String IO_UTF16BE
See Also:
Constant Field Values

IO_UTF16LE

public static final String IO_UTF16LE
See Also:
Constant Field Values

IO_UTF16

public static final String IO_UTF16
See Also:
Constant Field Values

IO_PL_DOS

public static final String IO_PL_DOS
See Also:
Constant Field Values

IO_PL_ISO

public static final String IO_PL_ISO
See Also:
Constant Field Values

IO_PL_WINDOWS

public static final String IO_PL_WINDOWS
See Also:
Constant Field Values

IO_MAZOVIA

public static final String IO_MAZOVIA
See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.