|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMemoryBlobStream
Provides access to members that control the Blob Stream.
Method Summary | |
---|---|
void |
attachToMemory(byte[] blobMemory,
int size,
int transferOwnership)
Attaches the stream to memory. |
void |
getMemory(byte[] blobMemory,
int[] size)
The memory of the blob stream. |
void |
importFromMemory(byte[] blobMemory,
int size)
Import using another blob. |
Methods inherited from interface com.esri.arcgis.system.IBlobStream |
---|
getSize, loadFromFile, saveToFile, setSize |
Methods inherited from interface com.esri.arcgis.system.IStream |
---|
commit, esri_clone, lockRegion, remoteCopyTo, remoteSeek, revert, setSize, stat, unlockRegion |
Methods inherited from interface com.esri.arcgis.system.ISequentialStream |
---|
remoteRead, remoteWrite |
Method Detail |
---|
void attachToMemory(byte[] blobMemory, int size, int transferOwnership) throws IOException, AutomationException
blobMemory
- An unsigned byte (in)size
- The size (in)transferOwnership
- The transferOwnership (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void importFromMemory(byte[] blobMemory, int size) throws IOException, AutomationException
blobMemory
- An unsigned byte (in)size
- The size (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getMemory(byte[] blobMemory, int[] size) throws IOException, AutomationException
blobMemory
- An unsigned byte (out: use single element array)size
- The size (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |