VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Data Namespace / StreamDataStorage Class
Constructors Properties Methods SeeAlso
In This Topic
StreamDataStorage Class Members
In This Topic
The following tables list the members exposed by StreamDataStorage.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the StreamDataStorage class.
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Gets the dictionary (file extension => cache size for HTTP streaming stream in bytes) that defines cache size for specified file types.
Public PropertyGets or sets a timeout, in milliseconds, for opening the file stream.
Public Methods
 NameDescription
Public MethodAdds a stream to the data storage.
Public MethodDetermines whether the data of specified type can be stored in the data storage.
Public MethodDetermines whether the data storage contains an item with the specified key.
Public MethodDeletes the strean from data storage.
Public MethodReleases all resources used by the StreamDataStorage.
Public MethodReturns a stream from data storage.
Public MethodReturns the filenames of all file streams from data storage.
Public MethodOverloaded. Locks the stream in data storage and returns the locked stream.
Public MethodSets a stream in data storage.
Public MethodUnlocks the locked stream in data storage.
See Also