Public Member Functions | Public Attributes

Celartem::DjVu::IFF::DIRMEntry Struct Reference

#include <djv_serialize.h>

List of all members.

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

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

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 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.

Chunk offset.

The byte offset in the file if the DjVu file is bundled format.

Chunk size.

The byte size of the chunk.

Chunk type.


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

This document is made with doxygen 1.7.1 at Sun Sep 5 2010 13:03:41.
Caminova Logo