Class ClientTunableSettings


  • public class ClientTunableSettings
    extends java.lang.Object
    Since:
    24/08/2016
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean needWriteUtf8Bom()
      Set to 0 to prevent writing utf8 files BOM Set to 1 to write utf8 files with a BOM - default Set to 2 to write utf8 BOM only on Windows
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • needWriteUtf8Bom

        public static boolean needWriteUtf8Bom()
        Set to 0 to prevent writing utf8 files BOM Set to 1 to write utf8 files with a BOM - default Set to 2 to write utf8 BOM only on Windows
        Returns:
        true, if UTF8 BOM needed