Grappa file descriptor. More...
#include <FileIO.hpp>
Public Member Functions | |
| File (const char *fname, bool asDirectory, size_t offset=0) | |
| File (const char *fname, size_t offset=0) | |
Public Attributes | |
| char | fname [FNAME_LENGTH] | 
| bool | isDirectory | 
| size_t | offset | 
Grappa file descriptor.
| fname | Path/name of either a single file or a directory of files containing pieces of an array | 
| isDirectory | Whether or not to treat the File as group of blocks | 
| offset | Point in the file to begin reading (currently not supported for directory of files) | 
Definition at line 106 of file FileIO.hpp.