Functions | |
| std::string | compress (const std::string &input) |
| Compresses the passed data, returning compressed data. | |
| std::string | decompress (const std::string &input, uint32_t bufsize) |
| Decompresses passed data. | |
|
|
Compresses the passed data, returning compressed data.
Definition at line 30 of file zutils.cpp. Referenced by Detail::UploadInfo::compress(), and ED2KPacket::Packet::makePacket(). |
|
||||||||||||
|
Decompresses passed data.
Definition at line 68 of file zutils.cpp. Referenced by ED2KPacket::Packet::makePacket(), and ED2KParser< Parent >::readPacket(). |