|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
java.io.PrintWriter
ccs.xml.CXTStream
public class CXTStream
Utility class to facilitate creating CXT documents onto a stream. It creates the boilerplate.
Field Summary |
---|
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
CXTStream(java.io.OutputStream out,
boolean isXhtmlUA)
don't worry about the throw; it'll never happen unless the the VM is defective. |
Method Summary | |
---|---|
void |
close()
|
java.io.OutputStream |
getOut()
Return the OutputStream which was supplied in the first place. |
Methods inherited from class java.io.PrintWriter |
---|
append, append, append, checkError, clearError, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CXTStream(java.io.OutputStream out, boolean isXhtmlUA) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
Method Detail |
---|
public java.io.OutputStream getOut()
public void close()
close
in interface java.io.Closeable
close
in class java.io.PrintWriter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |