|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.render.pcl.PCLStream
public class PCLStream
Specialized output stream used by PCLRenderer
.
Constructor Summary | |
---|---|
PCLStream(OutputStream os)
Constructor. |
Method Summary | |
---|---|
void |
add(String str)
Writes a given String to the output stream, handling any necessary conversions. |
void |
setDoOutput(boolean doout)
Indicates whether anything should actually be written to this stream or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PCLStream(OutputStream os)
os
- The encapsulated OutputStream.Method Detail |
---|
public void add(String str)
str
- The String to be written.public void setDoOutput(boolean doout)
doout
- Set to true if output should be created, false if not.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |