public interface EncodingDetector
| Modifier and Type | Method and Description |
|---|---|
String |
guessEncoding(InputStream input)
Guesses the data encoding.
|
String guessEncoding(InputStream input) throws IOException
input - the input stream containing the data.IOExceptionCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.