anon.xmlrpc.client
Class ChannelOutputStreamProxy

java.lang.Object
  extended by java.io.OutputStream
      extended by anon.xmlrpc.client.ChannelOutputStreamProxy
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

 class ChannelOutputStreamProxy
extends java.io.OutputStream


Field Summary
private  boolean m_bIsClosed
           
private  ChannelProxy m_channel
           
 
Constructor Summary
ChannelOutputStreamProxy(ChannelProxy proxychannel)
           
 
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
 

Field Detail

m_channel

private ChannelProxy m_channel

m_bIsClosed

private boolean m_bIsClosed
Constructor Detail

ChannelOutputStreamProxy

public ChannelOutputStreamProxy(ChannelProxy proxychannel)
Method Detail

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