Cuberite
A lightweight, fast and extensible game server for Minecraft
Namespaces | Functions
GZipFile.h File Reference
#include "StringCompression.h"
Include dependency graph for GZipFile.h:
This graph shows which files directly or indirectly include this file:

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...