|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.dviware.type.AbstractDviCode
de.dante.dviware.type.DviY0
This class represents the DVI instruction y0.
Field Summary |
Fields inherited from interface de.dante.dviware.type.DviCode |
POP, PUSH, W0, X0, Y0, Z0 |
Constructor Summary | |
DviY0()
Creates a new object. |
Method Summary | |
java.lang.String |
getName()
Getter for the name f the DVI instruction. |
int |
write(java.io.OutputStream stream)
Write the code to the output stream. |
Methods inherited from class de.dante.dviware.type.AbstractDviCode |
opcode, opcodeSigned, variant, write2, write3, write4 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DviY0()
Method Detail |
public java.lang.String getName()
DviCode
DviCode.getName()
public int write(java.io.OutputStream stream) throws java.io.IOException
DviCode
stream
- the target stream
java.io.IOException
- in case of an errorDviCode.write(java.io.OutputStream)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |