Uses of Class
com.tangosol.io.WrapperOutputStream
Package
Description
Contains classes providing cache persistence of serialized objects.
Contains various generic utilities.
-
Uses of WrapperOutputStream in com.tangosol.io
Modifier and TypeClassDescriptionclass
This is an imitation DataOutputStream class that packs its data tighter using variable-length integers and supports UTF longer than 64KB. -
Uses of WrapperOutputStream in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
An OutputStream that delegates all operations other than flush and close to an underlying OutputStream.