public class BOM extends Object
| Constructor and Description |
|---|
BOM() |
| Modifier and Type | Method and Description |
|---|---|
static String |
clean(String input) |
static String |
getBOM() |
static boolean |
isUTF8(byte[] bytes) |
static OutputStream |
writeBom(OutputStream out) |
public static String getBOM()
public static OutputStream writeBom(OutputStream out) throws IOException
IOExceptionpublic static boolean isUTF8(byte[] bytes)
Copyright © 2017. All rights reserved.