Method | Description | |
---|---|---|
CloneStream ( ) : IRandomAccessStream | ||
Close ( ) : void | ||
FlushAsync ( ) : IAsyncOperation |
||
GetInputStreamAt ( [ position ) : IInputStream | ||
GetOutputStreamAt ( [ position ) : IOutputStream | ||
ReadAsync ( [ buffer, [ count, [ options ) : uint>.IAsyncOperationWithProgress |
||
Seek ( [ position ) : void | ||
WriteAsync ( [ buffer ) : uint>.IAsyncOperationWithProgress |
public GetInputStreamAt ( [ position ) : IInputStream | ||
position | [ | |
return | IInputStream |
public GetOutputStreamAt ( [ position ) : IOutputStream | ||
position | [ | |
return | IOutputStream |
public ReadAsync ( [ buffer, [ count, [ options ) : uint>.IAsyncOperationWithProgress |
||
buffer | [ | |
count | [ | |
options | [ | |
return | uint>.IAsyncOperationWithProgress |
public WriteAsync ( [ buffer ) : uint>.IAsyncOperationWithProgress |
||
buffer | [ | |
return | uint>.IAsyncOperationWithProgress |