1 out of 1 rated this helpful - Rate this topic

IOutputStream interface

Represents a sequential stream of bytes to be written.

Syntax


public interface IOutputStream : IDisposable

Attributes

GuidAttribute("905a0fe6-bc53-11df-8c49-001e4fc686da")
VersionAttribute(NTDDI_WIN8)

Members

The IOutputStream interface has these types of members:

Methods

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

MethodDescription
FlushAsync Flushes data asynchronously in a sequential stream.
WriteAsync Writes data asynchronously in a sequential stream.

 

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

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.