class EncodingDetectionHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.io.InputStream |
stream |
private boolean |
useMark |
| Constructor and Description |
|---|
EncodingDetectionHelper(java.io.InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
detectEncoding() |
java.io.InputStream |
getInputStream() |