Package io.protostuff

Class LimitedInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public final class LimitedInputStream extends FilterInputStream
An InputStream implementations which reads from some other InputStream but is limited to a particular number of bytes.