Grappa  r3821, hash 22cd626d567a91ead5b23302066d1e9469f45c66
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 106 of file FileIO.hpp.


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