Module 

Class LimitedInputStream

java.lang.Object
java.io.InputStream
org.xnio.streams.LimitedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public final class LimitedInputStream extends InputStream
An input stream which truncates the underlying stream to the given length.
Author:
David M. Lloyd