|
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.io.WrapperObjectOutputStream
com.tangosol.util.ExternalizableHelper.ShieldedObjectOutputStream
public static class ExternalizableHelper.ShieldedObjectOutputStream
An OutputStream that implements ObjectOutput that delegates all operations other than flush and close to an underlying object that implements ObjectOutput.
| Constructor Summary | |
|---|---|
ExternalizableHelper.ShieldedObjectOutputStream(java.io.ObjectOutput out) |
|
| Method Summary | |
|---|---|
void |
close() |
void |
flush() |
| Methods inherited from class com.tangosol.io.WrapperObjectOutputStream |
|---|
getBytesWritten, getObjectOutput, writeObject |
| Methods inherited from class com.tangosol.io.WrapperDataOutputStream |
|---|
getDataOutput, incBytesWritten, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
| Methods inherited from interface java.io.ObjectOutput |
|---|
write, write, write |
| Methods inherited from interface java.io.DataOutput |
|---|
writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
| Constructor Detail |
|---|
public ExternalizableHelper.ShieldedObjectOutputStream(java.io.ObjectOutput out)
| Method Detail |
|---|
public final void flush()
flush in interface com.tangosol.io.OutputStreamingflush in interface java.io.Flushableflush in interface java.io.ObjectOutputflush in class com.tangosol.io.WrapperDataOutputStreampublic final void close()
close in interface com.tangosol.io.OutputStreamingclose in interface java.io.Closeableclose in interface java.io.ObjectOutputclose 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 | |||||||