类 SuffixRecordSeparatorPolicy

    • 字段概要

      字段 
      修饰符和类型字段说明
      static java.lang.StringDEFAULT_SUFFIX
      Default value for record terminator suffix.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      booleanisEndOfRecord​(java.lang.String line)
      Return true if the line ends with the specified substring.
      java.lang.StringpostProcess​(java.lang.String record)
      Remove the suffix from the end of the record.
      voidsetIgnoreWhitespace​(boolean ignoreWhitespace)
      Flag to indicate that the decision to terminate a record should ignore whitespace at the end of the line.
      voidsetSuffix​(java.lang.String suffix)
      Lines ending in this terminator String signal the end of a record.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait