ArcObjects Library Reference (System)  

IBlobStream Interface

Provides access to members that control a Blob Stream.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

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

Inherited Interfaces

Interfaces Description
IStream
ISequentialStream

CoClasses that implement IBlobStream

CoClasses and Classes Description
FileStream Specialized kind of IStream for files.
MemoryBlobStream Memory blob stream object.

.NET Snippets

Save ToolbarControl Items to File | Load ToolbarControl Items from File