protected class XmlRpcHttpTransport.ByteArrayReqWriter extends java.lang.Object implements XmlRpcStreamTransport.ReqWriter
| Modifier and Type | Field and Description |
|---|---|
private java.io.ByteArrayOutputStream |
baos |
| Constructor and Description |
|---|
ByteArrayReqWriter(XmlRpcRequest pRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getContentLength() |
void |
write(java.io.OutputStream pStream)
Writes the requests data to the given output stream.
|
ByteArrayReqWriter(XmlRpcRequest pRequest) throws XmlRpcException, java.io.IOException, org.xml.sax.SAXException
XmlRpcExceptionjava.io.IOExceptionorg.xml.sax.SAXExceptionprotected int getContentLength()
public void write(java.io.OutputStream pStream)
throws java.io.IOException
XmlRpcStreamTransport.ReqWriterwrite in interface XmlRpcStreamTransport.ReqWriterjava.io.IOException