Méthode | Description | |
---|---|---|
CloneStream ( ) : IRandomAccessStream | ||
Dispose ( ) : void | ||
FlushAsync ( ) : IAsyncOperation |
||
GetInputStreamAt ( ulong position ) : IInputStream | ||
GetOutputStreamAt ( ulong position ) : IOutputStream | ||
InMemoryRandomAccessStream ( Stream stream ) : System | ||
InMemoryRandomAccessStream ( byte bytes ) : System | ||
ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.IAsyncOperationWithProgress |
||
Seek ( ulong position ) : void | ||
WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.IAsyncOperationWithProgress |
public CloneStream ( ) : IRandomAccessStream | ||
Résultat | IRandomAccessStream |
public GetInputStreamAt ( ulong position ) : IInputStream | ||
position | ulong | |
Résultat | IInputStream |
public GetOutputStreamAt ( ulong position ) : IOutputStream | ||
position | ulong | |
Résultat | IOutputStream |
public InMemoryRandomAccessStream ( Stream stream ) : System | ||
stream | Stream | |
Résultat | System |
public InMemoryRandomAccessStream ( byte bytes ) : System | ||
bytes | byte | |
Résultat | System |
public ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.IAsyncOperationWithProgress |
||
buffer | Windows.Storage.Streams.IBuffer | |
count | uint | |
options | InputStreamOptions | |
Résultat | uint>.IAsyncOperationWithProgress |
public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.IAsyncOperationWithProgress |
||
buffer | Windows.Storage.Streams.IBuffer | |
Résultat | uint>.IAsyncOperationWithProgress |