Uses of Class
com.tangosol.io.WrapperOutputStream
-
Packages that use WrapperOutputStream Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.util Contains various generic utilities. -
-
Uses of WrapperOutputStream in com.tangosol.io
Subclasses of WrapperOutputStream in com.tangosol.io Modifier and Type Class Description class
PackedDataOutputStream
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
Subclasses of WrapperOutputStream in com.tangosol.util Modifier and Type Class Description static class
ExternalizableHelper.ShieldedOutputStream
An OutputStream that delegates all operations other than flush and close to an underlying OutputStream.
-