Interface FormatConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LS
      The system-dependent line separator (shortcut for System.getProperty("line.separator")).
      static int LS_LENGTH
      The length of LS.
      static java.lang.String NULL
      The string used for null-values.
      static java.lang.String TAB
      The tabulator ("\t").
      static int TAB_LENGTH
      The length of TAB.
    • Field Detail

      • LS

        static final java.lang.String LS
        The system-dependent line separator (shortcut for System.getProperty("line.separator")).
      • LS_LENGTH

        static final int LS_LENGTH
        The length of LS.
      • TAB_LENGTH

        static final int TAB_LENGTH
        The length of TAB.
      • NULL

        static final java.lang.String NULL
        The string used for null-values.
        See Also:
        Constant Field Values