|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IByteSwapStreamIO
COM Interface 'IByteSwapStreamIO'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDe718734d_d494_4e44_92c8_e2212b4a2f8d
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IIDe718734d_d494_4e44_92c8_e2212b4a2f8d
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||