IOutputStream interface

Enables obtaining an asynchronous writer operation on a sequential stream of bytes.

Members

The IOutputStream interface inherits from IInspectable. IOutputStream also has these types of members:

  • Methods

Methods

The IOutputStream interface has these methods.

Method Description
FlushAsync

Creates an asynchronous sequential flush operation object.

WriteAsync

Creates an asynchronous byte writer operation object.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Robytestream.h

IDL

Robytestream.idl

See also

IInspectable

IInputStream