![]() |
KSquare Utilities
|
#include <SimpleCompressor.h>
Public Member Functions | |
| SimpleCompressor (kkuint32 estimatedMaxBuffSize) | |
| SimpleCompressor (uchar *compressdBuff) | |
| ~SimpleCompressor () | |
| void | Add16BitInt (kkuint32 i) |
| void | AddByte (uchar b) |
| uchar * | CreateCompressedBuffer (kkuint32 &compressedBuffserSize) |
Static Public Member Functions | |
| static uchar * | Decompress (const uchar *compressedBuff, kkuint32 compressedBuffLen, kkuint32 &unCompressedSize) |
Definition at line 10 of file SimpleCompressor.h.
| SimpleCompressor::SimpleCompressor | ( | kkuint32 | estimatedMaxBuffSize | ) |
| KKB::SimpleCompressor::SimpleCompressor | ( | uchar * | compressdBuff | ) |
| SimpleCompressor::~SimpleCompressor | ( | ) |
Definition at line 37 of file SimpleCompressor.cpp.
| void SimpleCompressor::Add16BitInt | ( | kkuint32 | i | ) |
Definition at line 45 of file SimpleCompressor.cpp.
References AddByte().
Referenced by KKB::Raster::SimpleCompression().
| void SimpleCompressor::AddByte | ( | uchar | b | ) |
Definition at line 53 of file SimpleCompressor.cpp.
Referenced by Add16BitInt(), and KKB::Raster::SimpleCompression().
Definition at line 172 of file SimpleCompressor.cpp.
Referenced by KKB::Raster::SimpleCompression().
|
static |
Definition at line 255 of file SimpleCompressor.cpp.
Referenced by KKB::Raster::FromSimpleCompression().