org.extex.font.format.dvi
Interface DviInterpreter

All Known Implementing Classes:
VfDvi2Node, VfDviXml

public interface DviInterpreter

Interface for a DVI interpreter.

Version:
$Revision: 6053 $
Author:
Michael Niedermair

Method Summary
 void interpret(RandomAccessR rar)
          Interpreter for DVI.
 

Method Detail

interpret

void interpret(RandomAccessR rar)
               throws java.io.IOException,
                      FontException
Interpreter for DVI.

Parameters:
rar - the input
Throws:
java.io.IOException - in case of a IO-error.
FontException - in case of a font-error.