#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. | |
DIRM chunk table.
Definition at line 60 of file djv_serialize.h.
| Celartem::DjVu::IFF::DIRMEntry::DIRMEntry | ( | ) | [inline] |
Initializes the structure.
Definition at line 93 of file djv_serialize.h.
Chunk file name.
If the DjVu file is in indirect format, this member is the name of the file which contains the chunk.
For bundled files, this is the internal name for the chunk.
Definition at line 68 of file djv_serialize.h.
Chunk offset.
The byte offset in the file if the DjVu file is bundled format.
Definition at line 74 of file djv_serialize.h.
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.
Definition at line 88 of file djv_serialize.h.