Uses of Class
org.extex.base.type.file.OutputFile

Packages that use OutputFile
org.extex.base.type.file This package contains the basic file data types for ExTeX
 

Uses of OutputFile in org.extex.base.type.file
 

Subclasses of OutputFile in org.extex.base.type.file
 class 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.
 class LogFile
          This implementation of an OutFile encapsulates a Logger.
 class UserAndLogFile
          This implementation of an OutFile encapsulates a Logger.