Next: The FileStream Package
Up: FileStream Management
Previous: FileStream Management
  Contents
As of this moment you may be thinking to yourself, ``Well, this file management package is
all fine and good. I can copy files, move files, delete file, and examine a file, but how do
I write?'' This question is answered by the file stream management package.
The file stream management package exists to allow the application programmer to read,
write, and seek on a file on a byte-by-byte basis. This package allow the application
programmer to read an arbitrary byte in a file, flip individual bits with in a file, or seek
to any point in a file with byte precision.
Andre Merzky
2004-05-13
|