Public Member Functions | |
| void | decompress (byte *source, byte *dest, uint32 size) |
Protected Member Functions | |
| int | getBit () |
| void | update0 () |
| void | update1 () |
| void | update2 () |
| void | update3 () |
Protected Attributes | |
| byte * | _source |
| byte * | _dest |
| uint32 | _size |
| uint16 | _bitBuffer |
| int | _bitsLeft |
| int32 | _sample1 |
| int32 | _sample2 |
| int32 | _sample3 |
| int32 | _sample4 |
| bool | _writeFlag |
| bool | _eof |
| int | _mode |