PickleIO
PickleIO()
Provides IO support for the pickle format.
Warning
The pickle format is discouraged due to potential security and compatibility issues.
Methods
| Name | Description |
|---|---|
| get_format | Derive the format name and version from the family detector. |
| get_metadata | Decode a pickle to describe its patches without retaining their arrays. |
| get_version | Return the file version when the resource matches this family. |
| read | Read patches by selecting metadata and loading the resulting array windows. |
| read_array | Slice one logical patch from the entries decoded for this operation. |
| scan | Return patch metadata; the dispatcher attaches source provenance. |
| write | Write a Patch/Spool to disk. |