File access API

Generic concepts

The purpose of the File API is to provide a flexible, and nonetheless fast interface for accessing files. The main idea is to provide two classes, one fast inline class for OS file access, and one class that implements a standard auto interface AIFile (see Object Manager reference for auto interfaces description). Besides, note that the file interface should be platform-independent. This idea is implemented in the following way:
SourceForge.net Logo