接口 LayoutCharacters


public interface LayoutCharacters
作者:
wenshao [szujobs@hotmail.com]
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final byte
    Carriage return character.
    static final byte
    End of input character.
    static final byte
    Form feed character.
    static final byte
    Line feed character.
    static final byte
    Tabulator character.
    static final int
    Tabulator column increment.
  • 字段详细资料

    • TabInc

      static final int TabInc
      Tabulator column increment.
      另请参阅:
    • TAB

      static final byte TAB
      Tabulator character.
      另请参阅:
    • LF

      static final byte LF
      Line feed character.
      另请参阅:
    • FF

      static final byte FF
      Form feed character.
      另请参阅:
    • CR

      static final byte CR
      Carriage return character.
      另请参阅:
    • EOI

      static final byte EOI
      End of input character. Used as a sentinel to denote the character one beyond the last defined character in a source file.
      另请参阅: