|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.io.OutputStream
com.tangosol.io.WrapperDataOutputStream
com.tangosol.util.ExternalizableHelper.ShieldedDataOutputStream
public static class ExternalizableHelper.ShieldedDataOutputStream
An OutputStream that implements DataOutput that delegates all operations other than flush and close to an underlying object that implements DataOutput.
| Constructor Summary | |
|---|---|
ExternalizableHelper.ShieldedDataOutputStream(java.io.DataOutput out) |
|
| Method Summary | |
|---|---|
void |
close() |
void |
flush() |
| Methods inherited from class com.tangosol.io.WrapperDataOutputStream |
|---|
getBytesWritten, getDataOutput, incBytesWritten, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
| Constructor Detail |
|---|
public ExternalizableHelper.ShieldedDataOutputStream(java.io.DataOutput out)
| Method Detail |
|---|
public final void flush()
flush in interface com.tangosol.io.OutputStreamingflush in interface java.io.Flushableflush in class com.tangosol.io.WrapperDataOutputStreampublic final void close()
close in interface com.tangosol.io.OutputStreamingclose in interface java.io.Closeableclose in class com.tangosol.io.WrapperDataOutputStream
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||