|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPersistStreamInit
Method Summary | |
---|---|
void |
getSizeMax(_ULARGE_INTEGER[] pCbSize)
getSizeMax |
void |
initNew()
initNew |
void |
isDirty()
isDirty |
void |
load(IStream pStm)
load |
void |
save(IStream pStm,
int fClearDirty)
save |
Methods inherited from interface com.esri.arcgis.system.IPersist |
---|
getClassID |
Method Detail |
---|
void isDirty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void load(IStream pStm) throws IOException, AutomationException
pStm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void save(IStream pStm, int fClearDirty) throws IOException, AutomationException
pStm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getSizeMax(_ULARGE_INTEGER[] pCbSize) throws IOException, AutomationException
pCbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void initNew() throws IOException, AutomationException
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 |