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 =
public class IStreamProxy extends ISequentialStreamProxy implements IStream, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID0000000c_0000_0000_c000_000000000046IID0c733a30_2a1c_11ce_ade5_00aa0044773d| Modifier | Constructor and Description |
|---|---|
|
IStreamProxy()
Deprecated.
For internal use only
|
|
IStreamProxy(java.lang.Object obj)
Deprecated.
|
protected |
IStreamProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IStreamProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IStreamProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
commit(int grfCommitFlags)
Deprecated.
commit
|
void |
esri_clone(IStream[] ppstm)
Deprecated.
esri_clone
|
void |
lockRegion(_ULARGE_INTEGER libOffset,
_ULARGE_INTEGER cb,
int dwLockType)
Deprecated.
lockRegion
|
void |
remoteCopyTo(IStream pstm,
_ULARGE_INTEGER cb,
_ULARGE_INTEGER[] pcbRead,
_ULARGE_INTEGER[] pcbWritten)
Deprecated.
remoteCopyTo
|
void |
remoteSeek(_LARGE_INTEGER dlibMove,
int dwOrigin,
_ULARGE_INTEGER[] plibNewPosition)
Deprecated.
remoteSeek
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
revert()
Deprecated.
revert
|
void |
setSize(_ULARGE_INTEGER libNewSize)
Deprecated.
setSize
|
void |
stat(tagSTATSTG[] pstatstg,
int grfStatFlag)
Deprecated.
stat
|
void |
unlockRegion(_ULARGE_INTEGER libOffset,
_ULARGE_INTEGER cb,
int dwLockType)
Deprecated.
unlockRegion
|
remoteRead, remoteWritebindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitremoteRead, remoteWritepublic static final java.lang.Class targetClass
public boolean noncastable
public IStreamProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IStreamProxy()
public IStreamProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IStreamProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IStreamProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class ISequentialStreamProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class ISequentialStreamProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void remoteSeek(_LARGE_INTEGER dlibMove, int dwOrigin, _ULARGE_INTEGER[] plibNewPosition) throws java.io.IOException, AutomationException
remoteSeek in interface IStreamdlibMove - 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
setSize in interface IStreamlibNewSize - 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
remoteCopyTo in interface IStreampstm - 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
commit in interface IStreamgrfCommitFlags - 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
revert in interface IStreamjava.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
lockRegion in interface IStreamlibOffset - 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
unlockRegion in interface IStreamlibOffset - 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
stat in interface IStreampstatstg - 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
esri_clone in interface IStreamppstm - 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.