Module file_layer

Module file_layer 

Source
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.
IndexEntry
Properties that describe a given data chunk.

Enums§

DataType
Data types that can be stored in chunks.
DecodeError
Errors that can occur during while decoding file content.
EncodeError
Errors that can occur while encoding data to write.
Mode
Choose how opened files can be accessed.
OpenError
Errors that can occur while creating or opening a file.
ReadError
Errors that can occur while reading from a file.
SyncError
Errors that can occur while synchronizing data to a file.
WriteError
Errors that can occur while writing to a file.

Traits§

Type
Data types that can be stored in chunk arrays.