Class BodyInputStream

java.lang.Object
java.io.InputStream
com.predic8.membrane.core.http.BodyInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class BodyInputStream extends InputStream
An InputStream offering a List<Chunk> as one single stream.

Used by AbstractBody to offer an efficient way of reading a message's body.