A wrapper for native files.
Internally the methods of this class use native filesystem calls specific to an operating system being used.
The constructor. |
The constructor.
NativeFile (const char *filename, AccessMode accessMode = ReadOnly) throw (IOException)
| filename : | The name of the file to open. |
| accessMode : | Access mode for the opened file. |