anon.client
Class AbstractDataChain.DataChainOutputStreamImplementation
java.lang.Object
java.io.OutputStream
anon.client.AbstractDataChain.DataChainOutputStreamImplementation
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
- Enclosing class:
- AbstractDataChain
private class AbstractDataChain.DataChainOutputStreamImplementation
- extends java.io.OutputStream
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 |
m_closed
private boolean m_closed
m_internalStreamSynchronization
private java.lang.Object m_internalStreamSynchronization
AbstractDataChain.DataChainOutputStreamImplementation
public AbstractDataChain.DataChainOutputStreamImplementation()
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