C# Class Windows.System.IO.StreamToOutputStreamAdapter

Inheritance: IOutputStream
Mostrar archivo Open project: ermau/WinRT.NET

Public Methods

Method Description
FlushAsync ( ) : IAsyncOperation
WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.IAsyncOperationWithProgress

Private Methods

Method Description
StreamToOutputStreamAdapter ( Stream stream ) : System

Method Details

FlushAsync() public method

public FlushAsync ( ) : IAsyncOperation
return IAsyncOperation

WriteAsync() public method

public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
return uint>.IAsyncOperationWithProgress