Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "StringCompression.h"
Go to the source code of this file.
Namespaces | |
GZipFile | |
Functions | |
Compression::Result | GZipFile::ReadRestOfFile (const std::string &a_FileName) |
Reads the rest of the file and returns the decompressed contents. More... | |
void | GZipFile::Write (const std::string &a_FileName, ContiguousByteBufferView a_Contents) |
Writes a_Contents into file, compressing it along the way. More... | |