Class ObjectDecoderInputStream

java.lang.Object
java.io.InputStream
org.jboss.netty.handler.codec.serialization.ObjectDecoderInputStream
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, AutoCloseable

public class ObjectDecoderInputStream extends InputStream implements ObjectInput
An ObjectInput which is interoperable with ObjectEncoder and ObjectEncoderOutputStream.