Class BoundDelegatingInputStream

java.lang.Object
java.io.InputStream
org.eclipse.jetty.session.infinispan.BoundDelegatingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class BoundDelegatingInputStream extends InputStream
BoundDelegatingInputStream An InputStream that delegates methods to an ObjectInput. The ObjectInput must start with an integer containing the length of the data.