Uses of Class
com.tangosol.io.WrapperDataInputStream

Packages that use WrapperDataInputStream
Package
Description
Contains classes providing cache persistence of serialized objects.
  • Uses of WrapperDataInputStream in com.tangosol.io

    Modifier and Type
    Class
    Description
    class 
    This is an imitation BufferInput implementation that provides the BufferInput interface by delegating to an object that implements the DataInput interface.
    static class 
    A BufferInput implementation that in addition to delegating to the given DataInput provides an API to check whether the sender of the content of this BufferInput runs a version that supersedes (greater or equal to) the specified version.
    class 
    This is an imitation ObjectInputStream class that provides the ObjectInput interface by delegating to an object that implements the ObjectInput interface.