Public Member Functions | |
| void | setupBitReader (byte shift, const byte *src) |
| void | skipData (int32 numSkip) |
| void | decodeLine (byte *buf, int32 numBytes, int32 dir) |
| byte | readBits (byte n) |
Public Attributes | |
| struct { | |
| bool repeatMode | |
| int repeatCount | |
| byte color | |
| byte shift | |
| uint16 bits | |
| byte numBits | |
| const byte * dataPtr | |
| byte buffer [336] | |
| } | _majMinData |