org.extex.font.format.dvi.command
Interface DviReadCommand


public interface DviReadCommand

Interface for a DVI command to read.

Version:
$Revision: 6053 $
Author:
Michael Niedermair

Method Summary
 DviCommand read(RandomAccessR rar, int opcode, int sp)
          Read a dvi command.
 

Method Detail

read

DviCommand read(RandomAccessR rar,
                int opcode,
                int sp)
                throws java.io.IOException,
                       FontException
Read a dvi command.

Parameters:
rar - the input
opcode - the opcode
sp - the start pointer
Returns:
Returns the dvi command
Throws:
java.io.IOException - in case of a IO-error.
FontException - in case of a font-error.