THORFile

Holds information about a single file inside a THOR container

Members

Variables

compressed_size
uint compressed_size;

Compressed filesize using zlib

data
ubyte[] data;

Data content

flags
FileFlags flags;

File specific flags

hash
uint hash;

Hash of the filename

name
wstring name;

Filename

offset
uint offset;

Absolute offset of the file

rawName
ubyte[] rawName;

The raw filename as it is stored inside the file

size
uint size;

Uncompressed size

thor
THOR* thor;

The THOR container this file is saved in

Meta