anon.client
Class SocketHandler.SocketOutputStreamImplementation

java.lang.Object
  extended by java.io.OutputStream
      extended by anon.client.SocketHandler.SocketOutputStreamImplementation
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
SocketHandler

private class SocketHandler.SocketOutputStreamImplementation
extends java.io.OutputStream


Field Summary
private  java.io.OutputStream m_underlyingStream
           
 
Constructor Summary
SocketHandler.SocketOutputStreamImplementation(java.io.OutputStream a_underlyingStream)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] a_buffer, int a_offset, int a_length)
           
 void write(int a_dataByte)
           
 
Methods inherited from class java.io.OutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_underlyingStream

private java.io.OutputStream m_underlyingStream
Constructor Detail

SocketHandler.SocketOutputStreamImplementation

public SocketHandler.SocketOutputStreamImplementation(java.io.OutputStream a_underlyingStream)
Method Detail

write

public void write(int a_dataByte)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException

write

public void write(byte[] a_buffer,
                  int a_offset,
                  int a_length)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Specified by:
flush in interface java.io.Flushable
Overrides:
flush in class java.io.OutputStream
Throws:
java.io.IOException

close

public void close()
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.OutputStream