Namespace RecordAndPlay.IO
Classes
CSVPage
Represents a single CSV.
FSBinaryStorage
Uses the file system to store binary data.
InMemoryBinaryStorage
Packager
Responsible for converting recordings into a binary format and compressing them. If you desire further compression be sure to do a proper comparison of file sizes to ensure you're not actually increasing file size in the process. If your domain allows you to utilize the Brotli compression algorithm, I'd reccomend that for even further compression.
Unpackager
Responsible for converting binary data to recordings for playback.
Interfaces
IBinaryStorage
An interface for saving and loading binaries to an arbitrary storage