public interface IByteSwapStreamIO
extends java.io.Serializable
Description: 'Provides access to members that support the Byte Swap Helper object.' 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 |
IIDe718734d_d494_4e44_92c8_e2212b4a2f8d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IStream |
getStream()
The stream to perform byte swap reads and writes to.
|
void |
read(int dataType,
int pv,
int cb,
int[] pcbRead)
Perform a read byte swapping to the native format.
|
void |
setStreamByRef(IStream ppStream)
The stream to perform byte swap reads and writes to.
|
void |
write(int dataType,
int pv,
int cb,
int[] pcbWritten)
Perform a write byte swapping to the windows format.
|
static final int IIDe718734d_d494_4e44_92c8_e2212b4a2f8d
static final int xxDummy
static final java.lang.String IID
void setStreamByRef(IStream ppStream) throws java.io.IOException, AutomationException
ppStream
- A reference to a com.esri.arcgis.system.IStream (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStream getStream() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void read(int dataType, int pv, int cb, int[] pcbRead) throws java.io.IOException, AutomationException
dataType
- A com.esri.arcgis.system.esriByteSwapDataType constant (in)pv
- A COM void* (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 write(int dataType, int pv, int cb, int[] pcbWritten) throws java.io.IOException, AutomationException
dataType
- A com.esri.arcgis.system.esriByteSwapDataType constant (in)pv
- A COM void* (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.