a namespace used to define basic structure to read a Canvas 5 file More...
Classes | |
| struct | UnpackDecoder |
| a basic Unpack decoder More... | |
| struct | NIBDecoder |
| a basic NIB decoder More... | |
| struct | LWZDecoder |
| a basic LWZ decoder More... | |
| struct | Stream |
| a sub stream of Canvas5Structure More... | |
Functions | |
| bool | decodeZone (MWAWInputStreamPtr input, long endPos, int type, unsigned long finalLength, std::shared_ptr< MWAWStringStream > &stream) |
| try to decode a zone More... | |
a namespace used to define basic structure to read a Canvas 5 file
| bool Canvas5Structure::decodeZone | ( | MWAWInputStreamPtr | input, |
| long | endPos, | ||
| int | type, | ||
| unsigned long | finalLength, | ||
| std::shared_ptr< MWAWStringStream > & | stream | ||
| ) |
try to decode a zone
Referenced by Canvas5Parser::decode().