Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.11 KB

inputstreamoverstream.md

File metadata and controls

24 lines (16 loc) · 1.11 KB
-api-id -api-type
T:Windows.Storage.Streams.InputStreamOverStream
winrt class

Windows.Storage.Streams.InputStreamOverStream

-description

Provides a Windows Runtime input stream for an IStream base implementation.

-remarks

The InputStreamOverStream, OutputStreamOverStream, and RandomAccessStreamOverStream classes are interop helpers to convert between the Windows Runtime stream types, which are natively asynchronous, and the Component Object Model (COM) IStream types, which are natively synchronous.

These helper classes make it easier for to reuse legacy code when you transition to the Windows Runtime stream types.

-examples

-see-also

OutputStreamOverStream, RandomAccessStreamOverStream, IStream