X3D libraries
The libraries to work with X3D dataset

file.c++ File Reference

Implementation of the FileStream class. More...


Namespaces

namespace  x3dio


Detailed Description

Implementation of the FileStream class.

This files includes all the functions for the FileStream class.

This object can be used to read and write to a standard file of your local file system (or via a network with the use of NFS or some similar protocol).

It makes use the of the fopen(3C), fclose(3C) and other well known file functions.