Uses of Interface
org.extex.backend.outputStream.OutputStreamConsumer

Packages that use OutputStreamConsumer
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.language.impl This package contains implementations which describe a language. 
org.extex.unit.extex   
org.extex.unit.tex.file This package contains primitives to handle files. 
 

Uses of OutputStreamConsumer in org.extex.interpreter.max
 

Classes in org.extex.interpreter.max that implement OutputStreamConsumer
 class Max
          This is a reference implementation for a MAcro eXpander.
 class Moritz
          This class provides the layer above the input streams and the tokenizer.
 class StringSource
          This class provides a token source which is fed from a string.
 

Uses of OutputStreamConsumer in org.extex.language.impl
 

Classes in org.extex.language.impl that implement OutputStreamConsumer
 class LoadingLanguageManager
          This class manages the Languages.
 

Uses of OutputStreamConsumer in org.extex.unit.extex
 

Classes in org.extex.unit.extex that implement OutputStreamConsumer
 class EnsureLoaded
          This primitive initiates the loading of native code and implements the primitive \ensureloaded.
 

Uses of OutputStreamConsumer in org.extex.unit.tex.file
 

Classes in org.extex.unit.tex.file that implement OutputStreamConsumer
 class Dump
          This class provides an implementation for the primitive \dump.