Salmon
|
Classes | |
class | DotNetFile |
Salmon RealFile implementation for C#. More... | |
interface | IRealFile |
Interface that represents a real file. This class is used internally by the virtual disk to import, store, and export the encrypted files. Extend this to provide an interface to any file system, platform, or API ie: on disk, memory, network, or cloud. More... | |
class | IVirtualFile |
A virtual file. Read-only operations are included. Since write operations can be implementation specific ie for encryption they can be implemented by extending this class. More... | |