Provides access to members that control a Blob Stream.
Members
| Name | Description | |
|---|---|---|
![]()  | 
Clone | |
![]()  | 
Commit | |
![]()  | 
LoadFromFile | Loads a stream from the specified file. | 
![]()  | 
LockRegion | |
![]()  | 
RemoteCopyTo | |
![]()  | 
RemoteRead | |
![]()  | 
RemoteSeek | |
![]()  | 
RemoteWrite | |
![]()  | 
Revert | |
![]()  | 
SaveToFile | Saves the stream to the specified file. | 
![]()  | 
SetSize | |
![]()  | 
Size | The size of the stream. | 
![]()  | 
Stat | |
![]()  | 
UnlockRegion | 
IBlobStream.LoadFromFile Method
Loads a stream from the specified file.
Public Sub LoadFromFile ( _
    ByVal FileName As String _
)
public void LoadFromFile (
    string FileName
);
IBlobStream.SaveToFile Method
Saves the stream to the specified file.
Public Sub SaveToFile ( _
    ByVal FileName As String _
)
public void SaveToFile (
    string FileName
);
IBlobStream.Size Property
The size of the stream.
Public Property Size As Integer
public uint Size {get; set;}
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IStream | |
| ISequentialStream | 
Classes that implement IBlobStream
| Classes | Description | 
|---|---|
| FileStream | Specialized kind of IStream for files. | 

