public static class ExternalizableHelper.ShieldedDataOutputStream extends WrapperDataOutputStream implements ExternalizableHelper.Shielded
Constructor and Description |
---|
ShieldedDataOutputStream(DataOutput out) |
Modifier and Type | Method and 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, writeUTF
public ShieldedDataOutputStream(DataOutput out)
public final void flush()
WrapperDataOutputStream
flush
in interface com.oracle.coherence.common.io.OutputStreaming
flush
in interface Flushable
flush
in class WrapperDataOutputStream
public final void close()
WrapperDataOutputStream
close
in interface com.oracle.coherence.common.io.OutputStreaming
close
in interface Closeable
close
in interface AutoCloseable
close
in class WrapperDataOutputStream