Namespace Recolude.Core.IO
Classes
BinaryUtilReader
CSVPage
Represents a single CSV.
EncodedCollections
All information association with encoded an array of capture collections.
FSBinaryStorage
Uses the file system to store binary data.
InMemoryBinaryStorage
RAPBinary
General Utility functions for dealing with RAP data seen within different encoders, as well as the file format itself.
RAPReader
RAPWriter
A writer for writing Recordings to a stream in the RAP format.
Interfaces
IBinaryStorage
An interface for saving and loading binaries to an arbitrary storage
IEncoder<T>
Encoders are used by RapWriters and RapReaders for serializing and deserializing Recording data. Implement this interface to serialize custom data types.