| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnicodeBOMInputStream.BOM | |
|---|---|
| org.pentaho.platform.dataaccess.datasource.wizard.csv | |
| Uses of UnicodeBOMInputStream.BOM in org.pentaho.platform.dataaccess.datasource.wizard.csv | 
|---|
| Fields in org.pentaho.platform.dataaccess.datasource.wizard.csv declared as UnicodeBOMInputStream.BOM | |
|---|---|
static UnicodeBOMInputStream.BOM | 
UnicodeBOMInputStream.BOM.NONE
NONE.  | 
static UnicodeBOMInputStream.BOM | 
UnicodeBOMInputStream.BOM.UTF_16_BE
UTF-16, big-endian (FE FF).  | 
static UnicodeBOMInputStream.BOM | 
UnicodeBOMInputStream.BOM.UTF_16_LE
UTF-16, little-endian (FF FE).  | 
static UnicodeBOMInputStream.BOM | 
UnicodeBOMInputStream.BOM.UTF_32_BE
UTF-32, big-endian (00 00 FE FF).  | 
static UnicodeBOMInputStream.BOM | 
UnicodeBOMInputStream.BOM.UTF_32_LE
UTF-32, little-endian (FF FE 00 00).  | 
static UnicodeBOMInputStream.BOM | 
UnicodeBOMInputStream.BOM.UTF_8
UTF-8 BOM (EF BB BF).  | 
| Methods in org.pentaho.platform.dataaccess.datasource.wizard.csv that return UnicodeBOMInputStream.BOM | |
|---|---|
 UnicodeBOMInputStream.BOM | 
UnicodeBOMInputStream.getBOM()
Returns the BOM that was detected in the wrapped
 InputStream object. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||