org.extex.ocpware.writer
Interface OcpWriter

All Known Implementing Classes:
AbstractWriter, OcpExTeXWriter, OcpOmegaWriter, OcpOmegaWriter2

public interface OcpWriter

This interface describes a writer for an ΩCP program.

Version:
$Revision: 6019 $
Author:
Gerd Neugebauer

Method Summary
 void write(java.io.OutputStream out, OcpProgram ocp)
          Write the ΩCP program to an output stream.
 

Method Detail

write

void write(java.io.OutputStream out,
           OcpProgram ocp)
           throws java.io.IOException
Write the ΩCP program to an output stream.

Parameters:
out - the output stream
ocp - the ocp program
Throws:
java.io.IOException - in case of an error