Grappa  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Grappa::File Struct Reference

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
 

Detailed Description

Grappa file descriptor.

Parameters
fnamePath/name of either a single file or a directory of files containing pieces of an array
isDirectoryWhether or not to treat the File as group of blocks
offsetPoint in the file to begin reading (currently not supported for directory of files)

Definition at line 95 of file FileIO.hpp.


The documentation for this struct was generated from the following file: