Class | Description | |
---|---|---|
![]() | CloneableObjectStorageInMemory | A data storage that allows to store objects, which implement the System.ICloneable interface, in memory. |
![]() | CompositeDataStorage | A data storage that allows to work with several data storages. |
![]() | FileManager | Static manager that allows to open/close files. |
![]() | HttpStreamingStream | Provides a read-only stream for a file that is stored in HTTP server. |
![]() | StreamDataStorage | A data storage that can work with streams from files (System.IO.FileStream) and URLs (HttpStreamingStream). |
![]() | StreamDataStorageOnDisk | A data storage that stores streams in files on disk. |
![]() | VintasoftBufferedStream | Adds a buffering layer to read and write operations on another stream. |