Uses of Class
com.tangosol.io.WrapperDataOutputStream
Package
Description
Contains classes providing cache persistence of serialized objects.
Contains various generic utilities.
-
Uses of WrapperDataOutputStream in com.tangosol.io
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionstatic class
An OutputStream that implements DataOutput that delegates all operations other than flush and close to an underlying object that implements DataOutput.static class
An OutputStream that implements ObjectOutput that delegates all operations other than flush and close to an underlying object that implements ObjectOutput.