共用方式為


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、OutputStreamOverStreamRandomAccessStreamOverStream類別是 Interop 協助程式,可轉換原生非同步Windows 執行階段資料流程類型,而元件物件模型 (COM) IStream類型,其原生為同步。

這些協助程式類別可讓您更輕鬆地在轉換至Windows 執行階段資料流程類型時重複使用舊版程式碼。

方法

Close()

關閉目前的資料流程並釋放系統資源。

Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

FlushAsync()

在循序資料流程中以非同步方式排清資料。

WriteAsync(IBuffer)

以非同步方式在循序資料流程中寫入資料。

適用於

另請參閱