Uses of Class
com.helger.commons.charset.CharsetHelper.InputStreamAndCharset
-
Packages that use CharsetHelper.InputStreamAndCharset Package Description com.helger.commons.charset -
-
Uses of CharsetHelper.InputStreamAndCharset in com.helger.commons.charset
Methods in com.helger.commons.charset that return CharsetHelper.InputStreamAndCharset Modifier and Type Method Description static CharsetHelper.InputStreamAndCharsetCharsetHelper. getInputStreamAndCharsetFromBOM(InputStream aIS)If a BOM is present in theInputStreamit is read and if possible the charset is automatically determined from the BOM.
-