Class DelegatingObjectInput

java.lang.Object
java.io.InputStream
org.infinispan.commons.marshall.DelegatingObjectInput
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, AutoCloseable

public class DelegatingObjectInput extends InputStream implements ObjectInput
Class that extends InputStream and implements ObjectInput.

All the methods delegates to a ObjectInput implementation.

Since:
8.2
Author:
Pedro Ruivo