public interface EncodingSnifferIF
Modifier and Type | Method and Description |
---|---|
String |
guessEncoding(PushbackInputStream stream)
INTERNAL: By examining the contents of the stream, guess the
encoding used.
|
String guessEncoding(PushbackInputStream stream) throws IOException
IOException