| Package | Description |
|---|---|
| com.appslandia.common.base |
| Modifier and Type | Method and Description |
|---|---|
BOM |
BOMOutputStream.getBOM() |
BOM |
BOMInputStream.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 and Description |
|---|
BOMOutputStream(OutputStream os,
BOM bom) |
Copyright © 2017. All rights reserved.