anon.client
Class AbstractDataChain.DataChainOutputStreamImplementation

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

private class AbstractDataChain.DataChainOutputStreamImplementation
extends java.io.OutputStream


Field Summary
private  boolean m_closed
           
private  java.lang.Object m_internalStreamSynchronization
           
 
Constructor Summary
AbstractDataChain.DataChainOutputStreamImplementation()
           
 
Method Summary
 void close()
           
 void write(byte[] a_buffer, int a_offset, int a_length)
           
 void write(int a_byte)
           
 
Methods inherited from class java.io.OutputStream
flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_closed

private boolean m_closed

m_internalStreamSynchronization

private java.lang.Object m_internalStreamSynchronization
Constructor Detail

AbstractDataChain.DataChainOutputStreamImplementation

public AbstractDataChain.DataChainOutputStreamImplementation()
Method Detail

write

public void write(int a_byte)
           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

close

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