File asString: unable to read file 'projects/opensource/journaledfile/_visible' Label Line Char Message ------------------------------------------------ menu 71 1491 asString menu 219 5303 name menu 252 6212 parentTable menu 131 2753 allMenus menu 389 9756 displayHeader
|
journaledfile a transactional files library |
|
| overview |
A library that supports journaled transactional files. This allows writes to be done to a file without risking file corruption in the event that the process or OS crashes or the power goes out.
How it works:
In this way, the output file is assured to be keep in a consistent state (or at least one that corresponds to a sync point). Also, a read will trigger a sync. Notes: The log file is byte order dependent. Also, you never interact with the file pointer directly. When you need to position the file pointer, use JFile_setPosition(). |
| license |
Revised BSD |
| download |
JournaledFile.tgz |