C# Class Windows.System.IO.StreamToInputStreamAdapter

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

Public Methods

Method Description
ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.IAsyncOperationWithProgress

Private Methods

Method Description
StreamToInputStreamAdapter ( Stream stream ) : System

Method Details

ReadAsync() public method

public ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
count uint
options InputStreamOptions
return uint>.IAsyncOperationWithProgress