Next: File Library Miscellanea, Previous: File Output Function Generation, Up: File Library [Index]
The application may create ‘file’ interfaces for objects or uses that may or may not correspond operating system files (the ‘file’ interface for ‘data’ objects is an example).
For that, the file operations (close, read, write, etc) are delegated to functions specific to the particular file type and the set of them is presented to the (C) file open function. An operating context for the file operation methods is available. libaime does not interpret the context.
See x1f4_iset_lxfile.
See x1f4_oset_lxfile.