io
Utilities for basic IO tasks.
Functions
Name | Description |
---|---|
get_handle_from_resource | Get a handle for a file of preferred type. |
Classes
Name | Description |
---|---|
BinaryReader | Dummy class for streams which read binary. |
BinaryWriter | Dummy class for streams which write binary. |
HDF5Reader | An HDF 5 file open in read mode. |
HDF5Writer | An HDF 5 file open in write mode. |
IOResourceManager | A class for managing opening/closing files. |