|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMemoryBlobStream2
Provides access to members that control the Blob Stream.
Method Summary | |
---|---|
int |
getAllocSize()
The allocated size of the stream. |
int |
getPaddingSize()
The allocated size of the stream. |
void |
setAllocSize(int size)
The allocated size of the stream. |
void |
setPaddingSize(int size)
The allocated size of the stream. |
Methods inherited from interface com.esri.arcgis.system.IMemoryBlobStream |
---|
attachToMemory, getMemory, importFromMemory |
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 |
---|
int getAllocSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllocSize(int size) throws IOException, AutomationException
size
- The size (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPaddingSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPaddingSize(int size) throws IOException, AutomationException
size
- The size (in)
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 |