InputStreamOverStream class
Provides a Windows Runtime input stream for an IStream base implementation.
Syntax
var inputStreamOverStream = detachStream();
Attributes
- MarshalingBehaviorAttribute(Agile)
- VersionAttribute(NTDDI_WIN8)
Members
The InputStreamOverStream class has these types of members:
Methods
The InputStreamOverStream class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
| Method | Description |
|---|---|
| Close [C++, JavaScript] | Closes the current stream and releases system resources. |
| Dispose [C#, VB] | Performs tasks associated with freeing, releasing, or resetting unmanaged resources. |
| ReadAsync | Returns an asynchronous byte reader object. |
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.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013
