ArcObjects Library Reference (System)  

IMemoryBlobStream2 Interface

Provides access to members that control the Blob Stream.

Product Availability

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

Members

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

CoClasses that implement IMemoryBlobStream2

CoClasses and Classes Description
MemoryBlobStream Memory blob stream object.