File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,13 @@ defaultDecompressBufferSize = 32 * 1024 - L.chunkOverhead
171
171
-- data chunks as output. The process is incremental, in that the demand for
172
172
-- input and provision of output are interleaved.
173
173
--
174
+ -- To indicate the end of the input supply an empty input chunk. Note that
175
+ -- for 'gzipFormat' with the default 'decompressAllMembers' @True@ you will
176
+ -- have to do this, as the decompressor will look for any following members.
177
+ -- With 'decompressAllMembers' @False@ the decompressor knows when the data
178
+ -- ends and will produce 'DecompressStreamEnd' without you having to supply an
179
+ -- empty chunk to indicate the end of the input.
180
+ --
174
181
data DecompressStream m =
175
182
176
183
DecompressInputRequired {
You can’t perform that action at this time.
0 commit comments