|
Classes |
class | ErrorCallback |
| An interface to send error messages to the caller of readers and writers. More...
|
class | FileStream |
| An implementation of the Stream interface to work with standard local files (FILE *). More...
|
class | Reader |
| The reader interface, implemented by any object which can read a stream and convert it in a tree of x3d nodes. More...
|
class | Stream |
| Interface to implement to read and write some file (regular file, HTTP, FTP, etc.). More...
|
class | Writer |
| The writer interface, implemented by any object which can convert a tree of x3d nodes to write it to a stream. More...
|