Packages

package stream

Type Members

  1. class FixedChunkedStream extends ChunkedInput[ByteBuf]

    A ChunkedInput that fetches data from an InputStream chunk by chunk.

    A ChunkedInput that fetches data from an InputStream chunk by chunk.

    Please note that the InputStream instance that feeds data into ChunkedStream must implement InputStream#available() as accurately as possible, rather than using the default implementation. Otherwise, ChunkedStream will generate many too small chunks or block unnecessarily often.

Ungrouped