public class BOMDetector extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BOMDetector.BOMMark |
Modifier and Type | Field and Description |
---|---|
static BOMDetector.BOMMark[] |
MARKS |
Constructor and Description |
---|
BOMDetector(BufferedInputStream in) |
Modifier and Type | Method and Description |
---|---|
boolean |
bomExist() |
int |
getBomSize() |
String |
getCharset() |
public static final BOMDetector.BOMMark[] MARKS
public BOMDetector(BufferedInputStream in) throws IOException
IOException
public boolean bomExist()
public String getCharset()
public int getBomSize()
Copyright © 2020 Hitachi Vantara. All rights reserved.