FiberIO
FiberIO()
An interface which adds support for a given filer format.
This class should be subclassed when adding support for new formats.
Methods
| Name | Description |
|---|---|
| get_format | Return a tuple of (format_name, version_numbers). |
| get_supported_io_table | Make a table of all the supported formats and the methods. |
| read | Load data from a path. |
| scan | Returns a list of summary info for patches contained in file. |
| write | Write the spool to a resource (eg path, stream, etc.). |