nfilepropertyreader.h File Reference
Deals with reading individual properties of objects from old-style binary files.
More...
|
Classes |
class | regina::NFilePropertyReader |
| Assists with reading individual object properties from old-style binary data files. More...
|
Namespaces |
namespace | regina |
| Contains the entire Regina calculation engine.
|
Detailed Description
Deals with reading individual properties of objects from old-style binary files.
- Deprecated:
- The preferred way of storing data is using XML which is accessed via text I/O streams. New-style XML data files should simply bundle object properties in with the standard XML read/write routines.