-api-id | -api-type |
---|---|
T:Windows.Storage.Streams.RandomAccessStreamOverStream |
winrt class |
Provides a Windows Runtime random access stream for an IStream base implementation.
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.
RandomAccessStream, RandomAccessStreamReference, InputStreamOverStream, OutputStreamOverStream, IStream