|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBlobStream
Provides access to members that control a Blob Stream.
Method Summary | |
---|---|
int |
getSize()
The size of the stream. |
void |
loadFromFile(String fileName)
Loads a stream from the specified file. |
void |
saveToFile(String fileName)
Saves the stream to the specified file. |
void |
setSize(int size)
The size of the stream. |
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 getSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSize(int size) throws IOException, AutomationException
size
- The size (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveToFile(String fileName) throws IOException, AutomationException
fileName
- The fileName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromFile(String fileName) throws IOException, AutomationException
fileName
- The fileName (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 |