com.esri.arcgis.system
Interface IByteSwapStreamIO

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ByteSwapStreamIO, IByteSwapStreamIOProxy

public interface IByteSwapStreamIO
extends java.io.Serializable

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

IIDe718734d_d494_4e44_92c8_e2212b4a2f8d

static final int IIDe718734d_d494_4e44_92c8_e2212b4a2f8d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setStreamByRef

void setStreamByRef(IStream ppStream)
                    throws java.io.IOException,
                           AutomationException
The stream to perform byte swap reads and writes to.

Parameters:
ppStream - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStream

IStream getStream()
                  throws java.io.IOException,
                         AutomationException
The stream to perform byte swap reads and writes to.

Returns:
A reference to a com.esri.arcgis.system.IStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

read

void read(int dataType,
          int pv,
          int cb,
          int[] pcbRead)
          throws java.io.IOException,
                 AutomationException
Perform a read byte swapping to the native format.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

write

void write(int dataType,
           int pv,
           int cb,
           int[] pcbWritten)
           throws java.io.IOException,
                  AutomationException
Perform a write byte swapping to the windows format.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.