Retrieves a COM-compatible IStream object for this stream.
public IStream getComStream()
Returns an IStream representation of this stream.
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