ae.utils.gzip

ae.utils.gzip

Members

Enums

ZlibMode (from ae.utils.zlib)
enum ZlibMode via public import ae.utils.zlib : ZlibOptions, ZlibMode;
Undocumented in source.

Functions

compress
Data[] compress(Data[] data, ZlibOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
compress
Data compress(Data input)
Undocumented in source. Be warned that the author may not have intended to support it.
crc32
uint crc32(Data[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
deflate2gzip
Data[] deflate2gzip(Data[] compressed, uint dataCrc, size_t dataLength)
Undocumented in source. Be warned that the author may not have intended to support it.
gzipToRawDeflate
Data[] gzipToRawDeflate(Data[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
uncompress
Data[] uncompress(Data[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
uncompress
Data uncompress(Data input)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ZlibOptions (from ae.utils.zlib)
struct ZlibOptions via public import ae.utils.zlib : ZlibOptions, ZlibMode;
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <vladimir@thecybershadow.net> Simon Arlott