Package com.yahoo.io

Class LazyInputStream

java.lang.Object
java.io.InputStream
com.yahoo.io.LazyInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class LazyInputStream extends InputStream
Input stream wrapping an input stream supplier, which doesn't have content yet at declaration time.
Author:
jonmv