Provides access to members that control the Blob Stream. Note: the IMemoryBlobStream interface has been superseded byIMemoryBlobStream2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AttachToMemory | Attaches the stream to memory. If transferOwnership is true, memory must be allocated with HeapAlloc() using GetProcessHeap(). | |
Clone | ||
Commit | ||
ImportFromMemory | Import using another blob. | |
LoadFromFile | Loads a stream from the specified file. | |
LockRegion | ||
Memory | The memory of the blob stream. | |
RemoteCopyTo | ||
RemoteRead | ||
RemoteSeek | ||
RemoteWrite | ||
Revert | ||
SaveToFile | Saves the stream to the specified file. | |
SetSize | ||
Size | The size of the stream. | |
Stat | ||
UnlockRegion |
Inherited Interfaces
Interfaces | Description |
---|---|
IBlobStream | Provides access to members that control a Blob Stream. |
IStream | |
ISequentialStream |
CoClasses that implement IMemoryBlobStream
CoClasses and Classes | Description |
---|---|
MemoryBlobStream | Memory blob stream object. |