public static class ExternalizableHelper.ShieldedDataOutputStream extends WrapperDataOutputStream implements ExternalizableHelper.Shielded
| Constructor | Description |
|---|---|
ShieldedDataOutputStream(DataOutput 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.
|
getBytesWritten, getDataOutput, incBytesWritten, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic ShieldedDataOutputStream(DataOutput out)
public final void flush()
WrapperDataOutputStreamflush in interface com.oracle.coherence.common.io.OutputStreamingflush in interface Flushableflush in class WrapperDataOutputStreampublic final void close()
WrapperDataOutputStreamclose in interface com.oracle.coherence.common.io.OutputStreamingclose in interface Closeableclose in interface AutoCloseableclose in class WrapperDataOutputStream