GridLab
Grid Application Toolkit

A simple API for Grid Applications
GAT

Menu



next up previous contents
Next: The FileStream Package Up: FileStream Management Previous: FileStream Management   Contents

Copy, Move, and Delete, but I How to Write!

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