anon.xmlrpc.client
Class ChannelOutputStreamProxy
java.lang.Object
java.io.OutputStream
anon.xmlrpc.client.ChannelOutputStreamProxy
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
class ChannelOutputStreamProxy
- extends java.io.OutputStream
Method Summary |
void |
write(byte[] buff)
|
void |
write(byte[] buff,
int off,
int len)
|
void |
write(int i)
|
Methods inherited from class java.io.OutputStream |
close, flush |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_channel
private ChannelProxy m_channel
m_bIsClosed
private boolean m_bIsClosed
ChannelOutputStreamProxy
public ChannelOutputStreamProxy(ChannelProxy proxychannel)
write
public void write(byte[] buff)
throws java.io.IOException
- Overrides:
write
in class java.io.OutputStream
- Throws:
java.io.IOException
write
public void write(byte[] buff,
int off,
int len)
throws java.io.IOException
- Overrides:
write
in class java.io.OutputStream
- Throws:
java.io.IOException
write
public void write(int i)
throws java.io.IOException
- Specified by:
write
in class java.io.OutputStream
- Throws:
java.io.IOException