Dataset I/O
Dataset I/O involves
- reading or writing
- all or part of a dataset
During I/O operations data is translated between the source & destination
- data types (e.g. 16-bit integer => 32-bit integer)
- dataspace (e.g. 10x20 2d array => 200 1d array)
- also compressed/uncompressed, etc.