Next: , Previous: , Up: File Library   [Index]


7.11.6 File Interfacing

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 struct x1f4_cdfile_type.

See struct x1f4_sffile_type.

See x1f4_iset_lxfile.

See x1f4_oset_lxfile.