Namespace EasyXLS.Constants
Class Encoding
System.Object
EasyXLS.Constants.Encoding
public class Encoding
extends System.Object
This class contains the constants for handling encoding in text file formats
-
Constant Summary
Modifier and TypeFieldDescriptionconst System.String
A constant indicating the ASCII encoding.const System.String
A constant indicating the Unicode (Big endian).const System.String
A constant indicating the UTF-16 (Unicode) encoding.const System.String
A constant indicating the UTF-32 encoding.const System.String
A constant indicating the UTF-7 encoding.const System.String
A constant indicating the UTF-8 encoding. -
Constructor Summary
-
Method Summary
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ASCII
public const final System.String ASCIIA constant indicating the ASCII encoding. Embedded value is "ASCII".- See Also:
- Constant Values
-
UTF7
public const final System.String UTF7A constant indicating the UTF-7 encoding. Embedded value is "UTF-7".- See Also:
- Constant Values
-
UTF8
public const final System.String UTF8A constant indicating the UTF-8 encoding. Embedded value is "UTF-8".- See Also:
- Constant Values
-
UTF16
public const final System.String UTF16A constant indicating the UTF-16 (Unicode) encoding. Embedded value is "UTF-16".- See Also:
- Constant Values
-
UTF32
public const final System.String UTF32A constant indicating the UTF-32 encoding. Embedded value is "UTF-32".- See Also:
- Constant Values
-
BIG_ENDIAN_UNICODE
public const final System.String BIG_ENDIAN_UNICODEA constant indicating the Unicode (Big endian). Embedded value is "unicodeFFFE".- See Also:
- Constant Values
-
-
Constructor Details
-
Encoding
public Encoding()
-