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


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

IMemoryBlobStream2 Interface

Provides access to members that control the Blob Stream.

Product Availability

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

Members

Name Description
Read/write property AllocSize The allocated size of the stream.
Method AttachToMemory Attaches the stream to memory. If transferOwnership is true, memory must be allocated with HeapAlloc() using GetProcessHeap().
Method Clone
Method Commit
Method ImportFromMemory Import using another blob.
Method LoadFromFile Loads a stream from the specified file.
Method LockRegion
Read-only property Memory The memory of the blob stream.
Read/write property PaddingSize The allocated size of the stream.
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
IMemoryBlobStream Provides access to members that control the Blob Stream.
IBlobStream Provides access to members that control a Blob Stream.
IStream
ISequentialStream

Classes that implement IMemoryBlobStream2

Classes Description
MemoryBlobStream Memory blob stream object.