|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.
| Method Summary | |
void |
commit(int grfCommitFlags)
Supported Platforms |
void |
esri_clone(IStream[] ppstm)
|
void |
lockRegion(_ULARGE_INTEGER libOffset,
_ULARGE_INTEGER cb,
int dwLockType)
Supported Platforms |
void |
remoteCopyTo(IStream pstm,
_ULARGE_INTEGER cb,
_ULARGE_INTEGER[] pcbRead,
_ULARGE_INTEGER[] pcbWritten)
Supported Platforms |
void |
remoteSeek(_LARGE_INTEGER dlibMove,
int dwOrigin,
_ULARGE_INTEGER[] plibNewPosition)
Supported Platforms |
void |
revert()
Supported Platforms |
void |
setSize(_ULARGE_INTEGER libNewSize)
|
void |
stat(tagSTATSTG[] pstatstg,
int grfStatFlag)
Supported Platforms |
void |
unlockRegion(_ULARGE_INTEGER libOffset,
_ULARGE_INTEGER cb,
int dwLockType)
Supported Platforms |
| Methods inherited from interface com.esri.arcgis.system.ISequentialStream |
remoteRead, remoteWrite |
| Method Detail |
public void remoteSeek(_LARGE_INTEGER dlibMove,
int dwOrigin,
_ULARGE_INTEGER[] plibNewPosition)
throws java.io.IOException,
AutomationException
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.
dlibMove - A Structure: com.esri.arcgis.system._LARGE_INTEGER (in)dwOrigin - The dwOrigin (in)plibNewPosition - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSize(_ULARGE_INTEGER libNewSize)
throws java.io.IOException,
AutomationException
libNewSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void remoteCopyTo(IStream pstm,
_ULARGE_INTEGER cb,
_ULARGE_INTEGER[] pcbRead,
_ULARGE_INTEGER[] pcbWritten)
throws java.io.IOException,
AutomationException
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.
pstm - A reference to a com.esri.arcgis.system.IStream (in)cb - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (in)pcbRead - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)pcbWritten - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void commit(int grfCommitFlags)
throws java.io.IOException,
AutomationException
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.
grfCommitFlags - The grfCommitFlags (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void revert()
throws java.io.IOException,
AutomationException
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void lockRegion(_ULARGE_INTEGER libOffset,
_ULARGE_INTEGER cb,
int dwLockType)
throws java.io.IOException,
AutomationException
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.
libOffset - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (in)cb - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (in)dwLockType - The dwLockType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void unlockRegion(_ULARGE_INTEGER libOffset,
_ULARGE_INTEGER cb,
int dwLockType)
throws java.io.IOException,
AutomationException
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.
libOffset - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (in)cb - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (in)dwLockType - The dwLockType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stat(tagSTATSTG[] pstatstg,
int grfStatFlag)
throws java.io.IOException,
AutomationException
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.
pstatstg - A Structure: com.esri.arcgis.system.tagSTATSTG (out: use single element array)grfStatFlag - The grfStatFlag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void esri_clone(IStream[] ppstm)
throws java.io.IOException,
AutomationException
ppstm - A reference to a com.esri.arcgis.system.IStream (out: use single element array)
java.io.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 | |||||||||