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. |
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 streamocp - the ocp program
- Throws:
java.io.IOException - in case of an error