Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IInputStream interface

Represents a sequential stream of bytes to be read.

Syntax

Public Interface IInputStream 
    Inherits IDisposable

Attributes

[Version(0x06020000)]

Members

The IInputStream interface has these types of members:

Methods

The IInputStream interface has these methods. It also inherits methods from the Object class.

MethodDescription
ReadAsync Returns an asynchronous byte reader object.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

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

Metadata

Windows.winmd

 

 

Show:
© 2014 Microsoft. All rights reserved.