Package com.levigo.jadice.server.util
Class EncodingDetectionUtil
- java.lang.Object
-
- com.levigo.jadice.server.util.EncodingDetectionUtil
-
public class EncodingDetectionUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description EncodingDetectionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
guessEncoding(com.levigo.jadice.document.io.SeekableInputStream sis)
Guess the encoding of the given input stream.
-
-
-
Method Detail
-
guessEncoding
public static String guessEncoding(com.levigo.jadice.document.io.SeekableInputStream sis)
Guess the encoding of the given input stream.- Parameters:
sis
- the input stream- Returns:
- the charset's name.
-
-