Overview | Methods | This Package | All Packages
Retrieves a COM-compatible IStream object for this stream.
Syntax
public IStream getComStream()
Return Value
Returns an IStream representation of this stream.
Remarks
The returned IStream object has the same current position and length as this stream. The streams remain synchronized during subsequent operations on either stream.
See Also com.ms.com.IStream