Package de.dante.extex.interpreter.type.file

This package contains the basic file data types for ExTeX.

See:
          Description

Class Summary
ExecuteFile This is a class presenting itself as an OutFile which sends the tokens written to it to the underlying operating system for the execution in a shell.
InFile This class holds an input file from which tokens can be read.
LogFile This implementation of an OutFile encapsulates a Logger.
OutFile This class holds an output file onto which tokens can be wrtitten.
UserAndLogFile This implementation of an OutFile encapsulates a Logger.
 

Package de.dante.extex.interpreter.type.file Description

This package contains the basic file data types for ExTeX.