private class AbstractDataChain.DataChainOutputStreamImplementation
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
private boolean |
m_closed |
private java.lang.Object |
m_internalStreamSynchronization |
| Constructor and Description |
|---|
DataChainOutputStreamImplementation() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(byte[] a_buffer,
int a_offset,
int a_length) |
void |
write(int a_byte) |
private boolean m_closed
private java.lang.Object m_internalStreamSynchronization
public void write(int a_byte)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] a_buffer,
int a_offset,
int a_length)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2023. All rights reserved.