Class LimitingInputStream

java.lang.Object
java.io.InputStream
io.micronaut.http.poja.util.LimitingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class LimitingInputStream extends InputStream
A wrapper around input stream that limits the maximum size to be read.