|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.txt.TXTStream
public class TXTStream
Helper class for text streams.
Constructor Summary | |
---|---|
TXTStream(java.io.OutputStream os)
Main constructor. |
Method Summary | |
---|---|
void |
add(java.lang.String str)
Adds a String to the OutputStream |
void |
setDoOutput(boolean doout)
Controls whether output is actually written. |
void |
setEncoding(java.lang.String encoding)
Set the encoding for the text stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TXTStream(java.io.OutputStream os)
os
- OutputStream to write toMethod Detail |
---|
public void add(java.lang.String str)
str
- String to addpublic void setDoOutput(boolean doout)
doout
- true to enable output, false to suppresspublic void setEncoding(java.lang.String encoding)
encoding
- the encoding, if null, "UTF-8" is chosen as default
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |