Uses of Class
com.appslandia.common.base.BOM
-
Packages that use BOM Package Description com.appslandia.common.base -
-
Uses of BOM in com.appslandia.common.base
Methods in com.appslandia.common.base that return BOM Modifier and Type Method Description BOMBOMInputStream. getBOM()BOMBOMOutputStream. getBOM()static BOMBOM. parse(byte[] bom, int c)static BOMBOM. parse(String encoding)static BOMBOM. 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.Constructors in com.appslandia.common.base with parameters of type BOM Constructor Description BOMOutputStream(OutputStream os, BOM bom)
-