- 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.
ae.utils.gzip