Vintasoft.Data Namespace (Vintasoft.Shared)
In This Topic
Contains shared VintaSoft .NET classes.
Classes
| 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 (Vintasoft.Data.HttpStreamingStream). |
 | VintasoftBufferedStream | Adds a buffering layer to read and write operations on another stream. |
Interfaces
| Interface | Description |
 | IDataStorage | Provides a mechanism for storing data in data storage. |
 | IStreamWrapper | Defines an interface for a stream wrapper. |
See Also