Interface LayoutCharacters


  • public interface LayoutCharacters
    Author:
    wenshao [szujobs@hotmail.com]
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte CR
      Carriage return character.
      static byte EOI
      End of input character.
      static byte FF
      Form feed character.
      static byte LF
      Line feed character.
      static byte TAB
      Tabulator character.
      static int TabInc
      Tabulator column increment.