Uses of Class
nectec.semantic.web.knowledge.application.framework.common.UnicodeInputStream.UnicodeBOM

Packages that use UnicodeInputStream.UnicodeBOM
nectec.semantic.web.knowledge.application.framework.common Common classes used in many places of the application modules. 
 

Uses of UnicodeInputStream.UnicodeBOM in nectec.semantic.web.knowledge.application.framework.common
 

Fields in nectec.semantic.web.knowledge.application.framework.common declared as UnicodeInputStream.UnicodeBOM
static UnicodeInputStream.UnicodeBOM UnicodeInputStream.UTF16BE_BOM
          BOM Marker for UTF 16, big endian.
static UnicodeInputStream.UnicodeBOM UnicodeInputStream.UTF16LE_BOM
          BOM Marker for UTF 16, little endian.
static UnicodeInputStream.UnicodeBOM UnicodeInputStream.UTF32BE_BOM
          BOM Marker for UTF 32, big endian.
static UnicodeInputStream.UnicodeBOM UnicodeInputStream.UTF32LE_BOM
          BOM Marker for UTF 32, little endian.
static UnicodeInputStream.UnicodeBOM UnicodeInputStream.UTF8_BOM
          BOM Marker for UTF 8.