Class MinimumLengthInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.nifi.stream.io.MinimumLengthInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class MinimumLengthInputStream extends FilterInputStream
An InputStream that will throw EOFException if the underlying InputStream runs out of data before reaching the configured minimum amount of data