Planeshift
|
compress(const unsigned char *buffer, const int bufferSize, unsigned char *compressed, const int maxCompressedSize, int *compressedSize)=0 | dtTileCacheCompressor | [pure virtual] |
decompress(const unsigned char *compressed, const int compressedSize, unsigned char *buffer, const int maxBufferSize, int *bufferSize)=0 | dtTileCacheCompressor | [pure virtual] |
maxCompressedSize(const int bufferSize)=0 | dtTileCacheCompressor | [pure virtual] |