|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.ocpware.writer.AbstractWriter
org.extex.ocpware.writer.OcpExTeXWriter
public class OcpExTeXWriter
This writer for an ΩCP is meant for pretty-printing.
| Constructor Summary | |
|---|---|
OcpExTeXWriter()
Creates a new object. |
|
| Method Summary | |
|---|---|
protected void |
print(java.io.PrintStream out,
java.lang.String key,
int value)
Print a number as hex and as decimal and optionally as character to an output stream. |
void |
write(java.io.OutputStream stream,
OcpProgram ocp)
Write the ΩCP program to an output stream. |
| Methods inherited from class org.extex.ocpware.writer.AbstractWriter |
|---|
booleanResource, format, room |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OcpExTeXWriter()
| Method Detail |
|---|
protected void print(java.io.PrintStream out,
java.lang.String key,
int value)
out - the output streamkey - the resource bundle keyvalue - the value to print
public void write(java.io.OutputStream stream,
OcpProgram ocp)
throws java.io.IOException
stream - the output streamocp - the ocp program
java.io.IOException - in case of an errorOcpOmegaWriter.write(java.io.OutputStream,
org.extex.ocpware.type.OcpProgram)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||