Package com._1c.g5.v8.dt.ui.util
Class InputStreamCharsetDetector
java.lang.Object
com._1c.g5.v8.dt.ui.util.InputStreamCharsetDetector
Charset detector for
InputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCharset
(InputStream stream, boolean withBOM) Tries to guess charset for givenInputStream
-
Constructor Details
-
InputStreamCharsetDetector
public InputStreamCharsetDetector()
-
-
Method Details
-
getCharset
Tries to guess charset for givenInputStream
- Parameters:
stream
- stream to get charset for, can benull
withBOM
- whether to add information about BOM presence- Returns:
- charset name for give stream, can be
null
-