Returns a Process1 that deflates (compresses) its input elements using
a java.util.zip.Deflater with the parameters level and nowrap.
Returns a Process1 that deflates (compresses) its input elements using
a java.util.zip.Deflater with the parameters level and nowrap.
the compression level (0-9)
if true then use GZIP compatible compression
size of the internal buffer that is used by the compressor. Default size is 32 KB.
This process uses mutable state as an
implementation detail which can become observable under certain
conditions. See MutableProcess1 for more information.
Returns a Process1 that inflates (decompresses) its input elements using
a java.util.zip.Inflater with the parameter nowrap.
Returns a Process1 that inflates (decompresses) its input elements using
a java.util.zip.Inflater with the parameter nowrap.
if true then support GZIP compatible compression
size of the internal buffer that is used by the decompressor. Default size is 32 KB.
This process uses mutable state as an
implementation detail which can become observable under certain
conditions. See MutableProcess1 for more information.