public class CharsetSniffingInputStream extends FilterInputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
CharsetSniffingInputStream.Encoding |
| Constructor and Description |
|---|
CharsetSniffingInputStream(InputStream in) |
CharsetSniffingInputStream(InputStream in,
boolean preserveBom) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding() |
boolean |
isBomSet() |
available, close, mark, markSupported, read, read, read, reset, skippublic CharsetSniffingInputStream(InputStream in)
public CharsetSniffingInputStream(InputStream in, boolean preserveBom)
public boolean isBomSet()
public String getEncoding()
Copyright © 2010 - 2020 Adobe. All Rights Reserved