#include <ChunkFile.hpp>
Public Attributes | |
| uint32_t | type |
| uint8_t | majorVersion |
| uint8_t | minorVersion |
| uint16_t | headerLength |
| uint64_t | dataLength |
| uint64_t ChunkFile::Chunk::dataLength |
Referenced by ChunkFile::read(), IndexFile::readPayload(), IndexFile::write(), and ChunkFile::write().
| uint16_t ChunkFile::Chunk::headerLength |
Referenced by ChunkFile::read(), IndexFile::readPayload(), IndexFile::write(), and ChunkFile::write().
| uint8_t ChunkFile::Chunk::majorVersion |
Referenced by ChunkFile::read(), ChunkFile::validate(), IndexFile::write(), and ChunkFile::write().
| uint8_t ChunkFile::Chunk::minorVersion |
Referenced by ChunkFile::read(), ChunkFile::validate(), IndexFile::write(), and ChunkFile::write().
| uint32_t ChunkFile::Chunk::type |
Referenced by ChunkFile::read(), ChunkFile::validate(), IndexFile::write(), and ChunkFile::write().