OutputStreamOverStream 类

定义

IStream 基本实现提供Windows 运行时输出流。

public ref class OutputStreamOverStream sealed : IClosable, IOutputStream
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class OutputStreamOverStream final : IClosable, IOutputStream
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class OutputStreamOverStream : System.IDisposable, IOutputStream
Public NotInheritable Class OutputStreamOverStream
Implements IDisposable, IOutputStream
继承
Object Platform::Object IInspectable OutputStreamOverStream
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

InputStreamOverStream、OutputStreamOverStream 和 RandomAccessStreamOverStream 类是互操作帮助程序,用于在本机异步Windows 运行时流类型与组件对象模型 (COM) IStream 类型之间进行转换,这些类型是本机同步的。

借助这些帮助程序类,可以在转换到Windows 运行时流类型时更轻松地重用旧代码。

方法

Close()

关闭当前流并释放系统资源。

Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

FlushAsync()

在顺序流中异步刷新数据。

WriteAsync(IBuffer)

在顺序流中异步写入数据。

适用于

另请参阅