#include <FileList.h>
Public Attributes | |
char * | filename |
Name of the file. | |
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. |