Class NestedInputStream

java.lang.Object
java.io.InputStream
com.aoindustries.aoserv.client.NestedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public final class NestedInputStream extends InputStream
A NestedInputStream reads data from within a StreamableInput as if it were a separate stream. The underlying StreamableInput is never closed, allowing it to be used for multiple nested streams.
Author:
AO Industries, Inc.