ZlibOutput.Encoding

This enumeration allows you to specify what the encoding of the compressed stream should be.

Values

ValueMeaning
Zlib

Stream should use zlib encoding.

Gzip

Stream should use gzip encoding.

None

Stream should use no encoding.

Meta