|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
Definition of a chunk of data in a file. More...
#include <OgreStreamSerialiser.h>
 Inheritance diagram for Ogre::StreamSerialiser::Chunk:
 Inheritance diagram for Ogre::StreamSerialiser::Chunk:| Public Member Functions | |
| Chunk () | |
| Public Attributes | |
| uint32 | id | 
| Identifier of the chunk (for example from makeIdentifier) (stored) | |
| uint32 | length | 
| Length of the chunk data in bytes, excluding the header of this chunk (stored) | |
| uint32 | offset | 
| Location of the chunk (header) in bytes from the start of a stream (derived) | |
| uint16 | version | 
| Version of the chunk (stored) | |
Definition of a chunk of data in a file.
| uint32 Ogre::StreamSerialiser::Chunk::id | 
Identifier of the chunk (for example from makeIdentifier) (stored)
Referenced by Chunk().
| uint32 Ogre::StreamSerialiser::Chunk::length | 
Length of the chunk data in bytes, excluding the header of this chunk (stored)
Referenced by Chunk().
| uint32 Ogre::StreamSerialiser::Chunk::offset | 
Location of the chunk (header) in bytes from the start of a stream (derived)
Referenced by Chunk().