public interface IStream extends ISequentialStream, java.io.Serializable
Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID0000000c_0000_0000_c000_000000000046 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID0c733a30_2a1c_11ce_ade5_00aa0044773d
Modifier and Type | Method and Description |
---|---|
void |
commit(int grfCommitFlags)
commit
|
void |
esri_clone(IStream[] ppstm)
esri_clone
|
void |
lockRegion(_ULARGE_INTEGER libOffset,
_ULARGE_INTEGER cb,
int dwLockType)
lockRegion
|
void |
remoteCopyTo(IStream pstm,
_ULARGE_INTEGER cb,
_ULARGE_INTEGER[] pcbRead,
_ULARGE_INTEGER[] pcbWritten)
remoteCopyTo
|
void |
remoteSeek(_LARGE_INTEGER dlibMove,
int dwOrigin,
_ULARGE_INTEGER[] plibNewPosition)
remoteSeek
|
void |
revert()
revert
|
void |
setSize(_ULARGE_INTEGER libNewSize)
setSize
|
void |
stat(tagSTATSTG[] pstatstg,
int grfStatFlag)
stat
|
void |
unlockRegion(_ULARGE_INTEGER libOffset,
_ULARGE_INTEGER cb,
int dwLockType)
unlockRegion
|
remoteRead, remoteWrite
static final int IID0000000c_0000_0000_c000_000000000046
static final int xxDummy
static final java.lang.String IID
void remoteSeek(_LARGE_INTEGER dlibMove, int dwOrigin, _ULARGE_INTEGER[] plibNewPosition) throws java.io.IOException, AutomationException
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.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.void remoteCopyTo(IStream pstm, _ULARGE_INTEGER cb, _ULARGE_INTEGER[] pcbRead, _ULARGE_INTEGER[] pcbWritten) throws java.io.IOException, AutomationException
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.void commit(int grfCommitFlags) throws java.io.IOException, AutomationException
grfCommitFlags
- The grfCommitFlags (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void revert() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void lockRegion(_ULARGE_INTEGER libOffset, _ULARGE_INTEGER cb, int dwLockType) throws java.io.IOException, AutomationException
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.void unlockRegion(_ULARGE_INTEGER libOffset, _ULARGE_INTEGER cb, int dwLockType) throws java.io.IOException, AutomationException
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.void stat(tagSTATSTG[] pstatstg, int grfStatFlag) throws java.io.IOException, AutomationException
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.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.