Class InputStreamCharsetDetector

java.lang.Object
com._1c.g5.v8.dt.ui.util.InputStreamCharsetDetector

public class InputStreamCharsetDetector extends Object
Charset detector for InputStream
  • Constructor Details

    • InputStreamCharsetDetector

      public InputStreamCharsetDetector()
  • Method Details

    • getCharset

      public static String getCharset(InputStream stream, boolean withBOM)
      Tries to guess charset for given InputStream
      Parameters:
      stream - stream to get charset for, can be null
      withBOM - whether to add information about BOM presence
      Returns:
      charset name for give stream, can be null