Méthode | Description | |
---|---|---|
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 | ||
Résultat | IRandomAccessStream |
public FlushAsync ( ) : Windows.Foundation.IAsyncOperation |
||
Résultat | Windows.Foundation.IAsyncOperation |
public GetInputStreamAt ( ulong position ) : IInputStream | ||
position | ulong | |
Résultat | IInputStream |
public GetOutputStreamAt ( ulong position ) : IOutputStream | ||
position | ulong | |
Résultat | IOutputStream |
public RandomStream ( Stream underlyingstream ) : System | ||
underlyingstream | Stream | |
Résultat | 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 | |
Résultat | uint>.Windows.Foundation.IAsyncOperationWithProgress |
public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.Windows.Foundation.IAsyncOperationWithProgress |
||
buffer | Windows.Storage.Streams.IBuffer | |
Résultat | uint>.Windows.Foundation.IAsyncOperationWithProgress |