#include <djv_serialize.h>
Public Member Functions | |
| DIRMEntry () | |
Public Attributes | |
| String | fileName |
| Chunk file name. | |
| size_t | offset |
| Chunk offset. | |
| size_t | size |
| Chunk size. | |
| ChunkType | type |
| Chunk type. | |
| AutoPtr< Chunk > | chunk |
| Actual chunk. | |
This structure takes an entry of DIRM chunk table.
| Celartem::DjVu::IFF::DIRMEntry::DIRMEntry | ( | ) | [inline] |
Initializes the structure.
Actual chunk.
The actual chunk is loaded when you access to it. In other words, if you don't access to it, it's never loaded onto the memory.
Chunk size.
The byte size of the chunk.