0 out of 2 rated this helpful - Rate this topic

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.

MethodDescription
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

Windows.Storage.Streams
Windows::Storage::Streams [C++]

Metadata

Windows.winmd

See also

OutputStreamOverStream
RandomAccessStreamOverStream
IStream

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.