![]() |
NEURON
|
#include <file.h>
Public Member Functions | |
| virtual | ~InputFile () |
| virtual int | read (const char *&start) |
Public Member Functions inherited from File | |
| virtual | ~File () |
| virtual const String * | name () const |
| virtual long | length () const |
| virtual void | close () |
| virtual void | limit (unsigned int buffersize) |
Static Public Member Functions | |
| static InputFile * | open (const String &name) |
Protected Member Functions | |
| InputFile (FileInfo *) | |
Protected Member Functions inherited from File | |
| File (FileInfo *) | |
| FileInfo * | rep () const |
|
virtual |