Uses of Class
com.tangosol.io.WrapperDataOutputStream
-
Packages that use WrapperDataOutputStream Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.util Contains various generic utilities. -
-
Uses of WrapperDataOutputStream in com.tangosol.io
Subclasses of WrapperDataOutputStream in com.tangosol.io Modifier and Type Class Description class
WrapperObjectOutputStream
This is an imitation ObjectOutputStream class that provides the ObjectOutput interface by delegating to an object that implements the ObjectOutput interface. -
Uses of WrapperDataOutputStream in com.tangosol.util
Subclasses of WrapperDataOutputStream in com.tangosol.util Modifier and Type Class Description 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.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.
-