Class UnclosableObjectInputStream

java.lang.Object
org.infinispan.io.UnclosableObjectInputStream
All Implemented Interfaces:
DataInput, ObjectInput, AutoCloseable

@Deprecated public class UnclosableObjectInputStream extends Object implements ObjectInput
Deprecated.
since 10.0
A delegating ObjectInput that delegates all methods except ObjectInput.close().
Since:
4.0
Author:
Manik Surtani