LayoutCharacters

Undocumented in source.

Members

Static variables

CR
byte CR;

Carriage return character.

EOI
byte EOI;

End of input character. Used as a sentinel to denote the character one beyond the last defined character in a source file.

FF
byte FF;

Form feed character.

LF
byte LF;

Line feed character.

TAB
byte TAB;

Tabulator character.

TabInc
int TabInc;

Tabulator column increment.

Meta