public interface ISequentialStream
extends 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 |
IID0c733a30_2a1c_11ce_ade5_00aa0044773d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
remoteRead(byte[] pv,
int cb,
int[] pcbRead)
remoteRead
|
void |
remoteWrite(byte[] pv,
int cb,
int[] pcbWritten)
remoteWrite
|
static final int IID0c733a30_2a1c_11ce_ade5_00aa0044773d
static final int xxDummy
static final java.lang.String IID
void remoteRead(byte[] pv, int cb, int[] pcbRead) throws java.io.IOException, AutomationException
pv
- An unsigned byte (out: use single element array)cb
- The cb (in)pcbRead
- The pcbRead (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void remoteWrite(byte[] pv, int cb, int[] pcbWritten) throws java.io.IOException, AutomationException
pv
- An unsigned byte (in)cb
- The cb (in)pcbWritten
- The pcbWritten (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.