Microsoft SDK for Java

IDataStream.getComStream

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.