This document is archived and information here might be outdated.  Recommended version.


IBlobStream Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IB > IBlobStream Interface
ArcGIS Developer Help

IBlobStream Interface

Provides access to members that control a Blob Stream.

Product Availability

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

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

Inherited Interfaces

Interfaces Description
IStream
ISequentialStream

Classes that implement IBlobStream

Classes Description
FileStream Specialized kind of IStream for files.