Class LazySequenceInputStream

java.lang.Object
java.io.InputStream
fr.gouv.vitam.common.stream.LazySequenceInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class LazySequenceInputStream extends InputStream
A SequenceInputStream-like implementation with lazy input stream iterator. An input stream in the iterator is initialized and consumed only when the previous input stream is fully consumed.