Expand description
Read and write data chunks in GSD files.
Use GsdFile to interact with GSD files on the filesystem.
Structs§
- GsdFile
- Interact with GSD files on the filesystem.
- Index
Entry - Properties that describe a given data chunk.
Enums§
- Data
Type - Data types that can be stored in chunks.
- Decode
Error - Errors that can occur during while decoding file content.
- Encode
Error - Errors that can occur while encoding data to write.
- Mode
- Choose how opened files can be accessed.
- Open
Error - Errors that can occur while creating or opening a file.
- Read
Error - Errors that can occur while reading from a file.
- Sync
Error - Errors that can occur while synchronizing data to a file.
- Write
Error - Errors that can occur while writing to a file.
Traits§
- Type
- Data types that can be stored in chunk arrays.