public static class ExternalizableHelper.ShieldedOutputStream extends WrapperOutputStream implements ExternalizableHelper.Shielded
m_out| Constructor | Description |
|---|---|
ShieldedOutputStream(OutputStream out) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
Closes this OutputStream and releases any associated system resources.
|
void |
flush() |
Flushes this OutputStream and forces any buffered output bytes to be
written.
|
ensureOutputStream, getOutputStream, setOutputStream, write, write, writepublic ShieldedOutputStream(OutputStream out)
public final void flush()
WrapperOutputStreamflush in interface com.oracle.coherence.common.io.OutputStreamingflush in interface Flushableflush in class WrapperOutputStreampublic final void close()
WrapperOutputStreamclose in interface com.oracle.coherence.common.io.OutputStreamingclose in interface Closeableclose in interface AutoCloseableclose in class WrapperOutputStream