DataPak.Index

Index representing data for a file.

Members

Functions

checksum
ubyte[N] checksum()

Returns the checksum/hash

checksum
ubyte[N] checksum(ubyte[N] val)

Sets the checksum/hash

Properties

filename
string filename [@property getter]

Returns the filename into a string

filename
string filename [@property setter]

Sets the filename

Variables

extFieldSize
ushort extFieldSize;

Extension area size for the index

field
char[112] field;

Name of the file terminated with a null character + checksum in the end

offset
ulong offset;

Points to where the file begins in the decompressed stream

sizeH
ushort sizeH;

The upper 16 bits of the file's size

sizeL
uint sizeL;

The lower 32 bits of the file's size

Meta