Class SimpleBoundedInputStream

java.lang.Object
java.io.InputStream
org.elasticsearch.xpack.core.ml.inference.utils.SimpleBoundedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public final class SimpleBoundedInputStream extends InputStream
This is a pared down bounded input stream. Only read is specifically enforced.