Recast Navigation
Navigation-mesh Toolset for Games
FastLZCompressor Struct Reference
Inheritance diagram for FastLZCompressor:
dtTileCacheCompressor

Public Member Functions

virtual ~FastLZCompressor ()
 
virtual int maxCompressedSize (const int bufferSize)
 
virtual dtStatus compress (const unsigned char *buffer, const int bufferSize, unsigned char *compressed, const int, int *compressedSize)
 
virtual dtStatus decompress (const unsigned char *compressed, const int compressedSize, unsigned char *buffer, const int maxBufferSize, int *bufferSize)
 
- Public Member Functions inherited from dtTileCacheCompressor
virtual ~dtTileCacheCompressor ()
 

Constructor & Destructor Documentation

◆ ~FastLZCompressor()

FastLZCompressor::~FastLZCompressor ( )
virtual

Member Function Documentation

◆ compress()

virtual dtStatus FastLZCompressor::compress ( const unsigned char *  buffer,
const int  bufferSize,
unsigned char *  compressed,
const int  ,
int *  compressedSize 
)
inlinevirtual

Implements dtTileCacheCompressor.

◆ decompress()

virtual dtStatus FastLZCompressor::decompress ( const unsigned char *  compressed,
const int  compressedSize,
unsigned char *  buffer,
const int  maxBufferSize,
int *  bufferSize 
)
inlinevirtual

Implements dtTileCacheCompressor.

◆ maxCompressedSize()

virtual int FastLZCompressor::maxCompressedSize ( const int  bufferSize)
inlinevirtual

Implements dtTileCacheCompressor.


The documentation for this struct was generated from the following file: