Class Constants


  • final class Constants
    extends java.lang.Object
    Private constants for this package.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static char BACKSLASH  
      (package private) static char BACKSPACE  
      (package private) static java.lang.String COMMA  
      (package private) static char COMMENT
      Starts a comment, the remainder of the line is the comment.
      (package private) static char CR  
      (package private) static java.lang.String CRLF
      RFC 4180 defines line breaks as CRLF.
      (package private) static java.lang.Character DOUBLE_QUOTE_CHAR  
      (package private) static java.lang.String EMPTY  
      (package private) static java.lang.String[] EMPTY_STRING_ARRAY  
      (package private) static char FF  
      (package private) static char LF  
      (package private) static java.lang.String LINE_SEPARATOR
      Unicode line separator.
      (package private) static java.lang.String NEXT_LINE
      Unicode next line.
      (package private) static java.lang.String PARAGRAPH_SEPARATOR
      Unicode paragraph separator.
      (package private) static char PIPE  
      (package private) static char RS
      ASCII record separator.
      (package private) static char SP  
      (package private) static java.lang.String SQL_NULL_STRING  
      (package private) static char TAB  
      (package private) static int UNDEFINED
      Undefined state for the lookahead char.
      (package private) static char US
      ASCII unit separator.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Constants()
      No instances.
    • Method Summary

      • Methods inherited from class java.lang.Object

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