Crate d4_framefile

source ·

Structs

  • The file object that supports random access. Since in D4 file, we actually use a random access file mode, which means all the read and write needs to provide the address in file. And this is the object that provides the low level random access interface.

Enums