Class ChunkedInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ChunkedInputStream
    extends com.helger.commons.io.stream.WrappedInputStream
    Stream to read a chunked body stream. Input stream should be at the beginning of a chunk, i.e. at the body beginning (after the end of headers marker). The resulting stream reads the data through the chunks.
    Author:
    Ziv Harpaz