Class ChunkInputStreamNotBuffered

java.lang.Object
java.io.InputStream
io.clonecloudstore.common.quarkus.stream.ChunkInputStreamNotBuffered
All Implemented Interfaces:
ChunkInputStreamInterface, Closeable, AutoCloseable

public class ChunkInputStreamNotBuffered extends InputStream implements ChunkInputStreamInterface
Transform one InputStream to Multiple InputStream, each one being a chunk of the primary one.