IBlobStream Interface

Provides access to members that control a Blob Stream.

Members

Name Description
Method Clone
Method Commit
Method LoadFromFile Loads a stream from the specified file.
Method LockRegion
Method RemoteCopyTo
Method RemoteRead
Method RemoteSeek
Method RemoteWrite
Method Revert
Method SaveToFile Saves the stream to the specified file.
Method SetSize
Read/write property Size The size of the stream.
Method Stat
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.