| Package | Description |
|---|---|
| com.appslandia.common.base |
| Modifier and Type | Method | Description |
|---|---|---|
BOM |
BOMInputStream.getBOM() |
|
BOM |
BOMOutputStream.getBOM() |
|
static BOM |
BOM.parse(byte[] bom,
int c) |
|
static BOM |
BOM.parse(String encoding) |
|
static BOM |
BOM.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BOM[] |
BOM.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
BOMOutputStream(OutputStream os,
BOM bom) |
Copyright © 2018. All rights reserved.