Class LengthLimitedInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
gov.nasa.pds.label.io.LengthLimitedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class LengthLimitedInputStream
extends FilterInputStream
Implements a stream that wraps another input stream, but limits the portion read.