|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StiUnicodeBOMInputStream.BOM | |
---|---|
com.stimulsoft.lib.io |
Uses of StiUnicodeBOMInputStream.BOM in com.stimulsoft.lib.io |
---|
Fields in com.stimulsoft.lib.io declared as StiUnicodeBOMInputStream.BOM | |
---|---|
static StiUnicodeBOMInputStream.BOM |
StiUnicodeBOMInputStream.BOM.NONE
NONE. |
static StiUnicodeBOMInputStream.BOM |
StiUnicodeBOMInputStream.BOM.UTF_16_BE
UTF-16, big-endian (FE FF). |
static StiUnicodeBOMInputStream.BOM |
StiUnicodeBOMInputStream.BOM.UTF_16_LE
UTF-16, little-endian (FF FE). |
static StiUnicodeBOMInputStream.BOM |
StiUnicodeBOMInputStream.BOM.UTF_32_BE
UTF-32, big-endian (00 00 FE FF). |
static StiUnicodeBOMInputStream.BOM |
StiUnicodeBOMInputStream.BOM.UTF_32_LE
UTF-32, little-endian (FF FE 00 00). |
static StiUnicodeBOMInputStream.BOM |
StiUnicodeBOMInputStream.BOM.UTF_8
UTF-8 BOM (EF BB BF). |
Methods in com.stimulsoft.lib.io that return StiUnicodeBOMInputStream.BOM | |
---|---|
StiUnicodeBOMInputStream.BOM |
StiUnicodeBOMInputStream.getBOM()
Returns the BOM that was detected in the wrapped InputStream
object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |