Package org.extex.scanner.stream

This package contains the stream definitions and implementations supported for the scanner.

See:
          Description

Interface Summary
InputStreamInterceptor This interface describes the ability to manipulate an InputStream by attaching additional processing units in a pipe manner.
OutputStreamInterceptor This interface describes the ability to manipulate an OutputStream by attaching additional processing units in a pipe manner.
ReaderInterceptor This interface describes the ability to manipulate an Reader by attaching additional processing units in a pipe manner.
TokenStreamOptions This interface describes the possibilities of a token stream to access its options.
WriterInterceptor This interface describes the ability to manipulate an Writer by attaching additional processing units in a pipe manner.
 

Class Summary
TokenStreamFactory This is the factory to provide an instance of a TokenStream.
 

Package org.extex.scanner.stream Description

This package contains the stream definitions and implementations supported for the scanner. The main task is performed by the TokenStreamFactory which selects the appropriate implementation.