#include <djv_serialize.h>
Public Member Functions | |
DIRMEntry () | |
Public Attributes | |
String | fileName |
Chunk file name. More... | |
size_t | offset |
Chunk offset. More... | |
size_t | size |
Chunk size. More... | |
ChunkType | type |
Chunk type. More... | |
AutoPtr< Chunk > | chunk |
Actual chunk. More... | |
This structure takes an entry of DIRM
chunk table.
|
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.
String Celartem::DjVu::IFF::DIRMEntry::fileName |
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.
size_t Celartem::DjVu::IFF::DIRMEntry::offset |
Chunk offset.
The byte offset in the file if the DjVu file is bundled format.
size_t Celartem::DjVu::IFF::DIRMEntry::size |
Chunk size.
The byte size of the chunk.
ChunkType Celartem::DjVu::IFF::DIRMEntry::type |
Chunk type.