Метод | Описание | |
---|---|---|
CloneStream ( ) : IRandomAccessStream | ||
Dispose ( ) : void | ||
FlushAsync ( ) : Windows.Foundation.IAsyncOperation |
||
GetInputStreamAt ( ulong position ) : IInputStream | ||
GetOutputStreamAt ( ulong position ) : IOutputStream | ||
RandomStream ( Stream underlyingstream ) : System | ||
ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.Windows.Foundation.IAsyncOperationWithProgress |
||
Seek ( ulong position ) : void | ||
WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.Windows.Foundation.IAsyncOperationWithProgress |
public CloneStream ( ) : IRandomAccessStream | ||
Результат | IRandomAccessStream |
public FlushAsync ( ) : Windows.Foundation.IAsyncOperation |
||
Результат | Windows.Foundation.IAsyncOperation |
public GetInputStreamAt ( ulong position ) : IInputStream | ||
position | ulong | |
Результат | IInputStream |
public GetOutputStreamAt ( ulong position ) : IOutputStream | ||
position | ulong | |
Результат | IOutputStream |
public RandomStream ( Stream underlyingstream ) : System | ||
underlyingstream | Stream | |
Результат | System |
public ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.Windows.Foundation.IAsyncOperationWithProgress |
||
buffer | Windows.Storage.Streams.IBuffer | |
count | uint | |
options | InputStreamOptions | |
Результат | uint>.Windows.Foundation.IAsyncOperationWithProgress |
public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.Windows.Foundation.IAsyncOperationWithProgress |
||
buffer | Windows.Storage.Streams.IBuffer | |
Результат | uint>.Windows.Foundation.IAsyncOperationWithProgress |