Represents once instance of a file. More...
#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. |
Represents once instance of a file.
Definition at line 27 of file FileList.h.
User specific data for whatever, describing this file.
Definition at line 45 of file FileList.h.
char* FileListNode::data |
File data (may be null if not ready).
Definition at line 36 of file FileList.h.
Length of data. May be greater than fileLength if prepended with a file hash.
Definition at line 39 of file FileList.h.
unsigned FileListNode::fileLengthBytes |
Length of the file.
Definition at line 42 of file FileList.h.
Name of the file.
Definition at line 30 of file FileList.h.
Full path to the file, which may be different than filename.
Definition at line 33 of file FileList.h.
If true, data and dataLengthBytes should be empty. This is just storing the filename.
Definition at line 48 of file FileList.h.