|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputStream
This interface defines an output stream in the Z-machine.
Method Summary | |
---|---|
boolean |
isEnabled()
Determine, if this stream is enabled. |
void |
newline()
Prints a newline. |
void |
print(String str)
Prints a Unicode string to the stream. |
void |
setEnabled(boolean flag)
Enables/disables this output stream. |
Method Detail |
---|
void print(String str)
str
- the string to printvoid newline()
void setEnabled(boolean flag)
flag
- true to enable, false to disableboolean isEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |