Public Member Functions | Public Attributes | List of all members
Celartem::DjVu::IFF::DIRMEntry Struct Reference

#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< Chunkchunk
 Actual chunk. More...
 

Detailed Description

This structure takes an entry of DIRM chunk table.

Constructor & Destructor Documentation

Celartem::DjVu::IFF::DIRMEntry::DIRMEntry ( )
inline

Initializes the structure.

Member Data Documentation

AutoPtr<Chunk> Celartem::DjVu::IFF::DIRMEntry::chunk

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.


The documentation for this struct was generated from the following file:

Cuminas DjVu SDK 3.0.33103
This document is made with doxygen 1.8.5 at Sun Dec 15 2013 19:38:07.
Cuminas Logo