接口 SeparatorConstants

  • 所有已知子接口:
    Constants

    public interface SeparatorConstants
    Separator Constants

    从以下版本开始:
    1.0.0
    版本:
    1.0.0
    作者:
    Mercy
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static java.lang.String ARCHIVE_ENTRY_SEPARATOR
      Archive Entry Separator : "!
      static java.lang.String FILE_SEPARATOR
      File Separator : File.separator
      static java.lang.String LINE_SEPARATOR
      Line Separator : System.lineSeparator()
      static java.lang.String PATH_SEPARATOR
      Path Separator : File.pathSeparator
    • 字段详细资料

      • ARCHIVE_ENTRY_SEPARATOR

        static final java.lang.String ARCHIVE_ENTRY_SEPARATOR
        Archive Entry Separator : "!/"
        另请参阅:
        常量字段值
      • FILE_SEPARATOR

        static final java.lang.String FILE_SEPARATOR
        File Separator : File.separator
      • PATH_SEPARATOR

        static final java.lang.String PATH_SEPARATOR
        Path Separator : File.pathSeparator
      • LINE_SEPARATOR

        static final java.lang.String LINE_SEPARATOR
        Line Separator : System.lineSeparator()