Class BoundedInputStream

java.lang.Object
java.io.InputStream
com.nimbusds.jose.util.BoundedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class BoundedInputStream extends InputStream
Size-bounded input stream. Adapted from Apache Commons IO. Throws an IOException if the input size limit is exceeded.
Version:
2016-11-28