IO

This package contains interfaces and classes used to define a scanner.

Interfaces

IScanner

Defines scanner that can read and unread characters and count lines. This scanner is used by tokenizers to process input streams.

IPushbackReader


Classes

BufferStream

CsvReader

CsvWriter

StringPushbackReader

StringScanner

Scans characters in a string that allows tokenizers to look ahead through a stream to perform lexical analysis.

TextPushbackReader