com.esri.arcgis.system
Interface IVariantStreamIO

All Superinterfaces:
Serializable
All Known Implementing Classes:
VariantStreamIO

public interface IVariantStreamIO
extends Serializable

Provides access to members that support the VariantStream Helper object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void setStreamByRef(IStream rhs1)
          The stream to perform variant stream reads and writes to.
 

Method Detail

setStreamByRef

void setStreamByRef(IStream rhs1)
                    throws IOException,
                           AutomationException
The stream to perform variant stream reads and writes to.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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