#include <FileList.h>
Public Attributes | |
RakNet::RakString | filename |
Name of the file. | |
RakNet::RakString | fullPathToFile |
Full path to the file, which may be different than filename. | |
char * | data |
File data (may be null if not ready). | |
BitSize_t | dataLengthBytes |
Length of data. May be greater than fileLength if prepended with a file hash. | |
unsigned | fileLengthBytes |
Length of the file. | |
FileListNodeContext | context |
User specific data for whatever, describing this file. | |
bool | isAReference |
If true, data and dataLengthBytes should be empty. This is just storing the filename. |