class NativeFile
MyCpp::Referenced
MyCpp::Object
MyCpp::File
MyCpp::AsyncFile
MyCpp::Pollable
MyCpp::NativeFile

A wrapper for native files.

Internally the methods of this class use native filesystem calls specific to an operating system being used.

Methods
NativeFile (const char *filename, AccessMode accessMode = ReadOnly) throw (IOException)
The constructor.
NativeFile

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.