ae.utils.zlib

Compress/decompress data using the zlib library.

Members

Aliases

ZlibDeflater
alias ZlibDeflater = ZlibProcess!true
Undocumented in source.
ZlibInflater
alias ZlibInflater = ZlibProcess!false
Undocumented in source.
compress
alias compress = ZlibDeflater.process
Undocumented in source.
uncompress
alias uncompress = ZlibInflater.process
Undocumented in source.

Classes

ZlibException
class ZlibException
Undocumented in source.

Enums

ZlibMode
enum ZlibMode
Undocumented in source.

Functions

compress
Data compress(Data input, int level)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ZlibOptions
struct ZlibOptions
Undocumented in source.
ZlibProcess
struct ZlibProcess(bool COMPRESSING)
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>