Uses of Interface
com.tangosol.util.ExternalizableHelper.Shielded
-
Packages that use ExternalizableHelper.Shielded Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of ExternalizableHelper.Shielded in com.tangosol.util
Classes in com.tangosol.util that implement ExternalizableHelper.Shielded 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.ShieldedInputStream
An InputStream that delegates all operations other than close to an underlying InputStream.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.static class
ExternalizableHelper.ShieldedOutputStream
An OutputStream that delegates all operations other than flush and close to an underlying OutputStream.
-