edu.harvard.seas.iis.util.io
Class XmlRpcWriter
java.lang.Object
edu.harvard.seas.iis.util.io.XmlRpcWriter
public class XmlRpcWriter
- extends Object
XmlRpcWriter
public XmlRpcWriter(Writer writer)
XmlRpcWriter
public XmlRpcWriter(File file,
boolean append)
throws IOException
- Throws:
IOException
createWriterFromUserSpecifiedFile
public static XmlRpcWriter createWriterFromUserSpecifiedFile(boolean append)
write
public void write(Object o)
throws XmlRpcException,
IOException
- Throws:
XmlRpcException
IOException
writeRaw
public void writeRaw(String str)
throws IOException
- Allows raw text to be written to the stream
- Parameters:
str
-
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
throws XmlRpcException,
IOException
- Throws:
XmlRpcException
IOException