Next | Lightweight Databases | 15 |
Unix filesystems treat files like a sequence of bytes
The basic operations are:
read a certain amount of data at the current position
write a certain amount of data at the current position
seek - adjust the current position
truncate the file to a certain length
You can overwrite data in place:
Next | Copyright © 2003 M. J. Dominus |