Class StreamInputStream<T>

java.lang.Object
java.io.InputStream
io.fluxzero.common.StreamInputStream<T>
All Implemented Interfaces:
Closeable, AutoCloseable

public class StreamInputStream<T> extends InputStream
Exposes the mapped contents of a Stream as an InputStream without buffering the full stream in memory.