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