Commit Graph

1 Commits

Author SHA1 Message Date
Mark Langen
2ccb310f13 MxFile and implementations 100% match
* Add MxFile and it's implementations, MxSystemFile and MxMemoryFile.
  The names are chosen by me, we don't know their original naming.

* These expose a Read/Write/Seek/Tell interface for reading and writing
  data, either from a file on disk or memory buffer.

* 100% match all functions.
2023-07-06 19:55:04 -07:00