private class SocketHandler.SocketOutputStreamImplementation
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
private java.io.OutputStream |
m_underlyingStream |
| Constructor and Description |
|---|
SocketOutputStreamImplementation(java.io.OutputStream a_underlyingStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] a_buffer,
int a_offset,
int a_length) |
void |
write(int a_dataByte) |
public SocketOutputStreamImplementation(java.io.OutputStream a_underlyingStream)
public void write(int a_dataByte)
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 flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamCopyright © 2023. All rights reserved.