Please note that the {@link InputStream} instance that feeds data into{@link ChunkedStream} must implement {@link InputStream#available()} asaccurately as possible, rather than using the default implementation. Otherwise, {@link ChunkedStream} will generate many too small chunks orblock unnecessarily often.
|
|
|
|
|
|
|
|
|
|