ae ~next-master (2021-11-15T07:19:42.0556092)
Dub
Repo
ZlibException
ae
utils
zlib
Thrown on zlib errors.
class
ZlibException : Exception {
this
(int err, z_stream* zs);
this
(string msg);
}
Constructors
this
this
(int err, z_stream* zs)
Undocumented in source.
this
this
(string msg)
Undocumented in source.
Meta
Source
See Implementation
ae
utils
zlib
aliases
ZlibDeflater
ZlibInflater
compress
uncompress
classes
ZlibException
enums
ZlibMode
structs
ZlibOptions
ZlibProcess
Thrown on zlib errors.