Halyri.MemoryRandomAccessStream.MemoryRandomAccessStream |
( |
Stream |
stream | ) |
|
Halyri.MemoryRandomAccessStream.MemoryRandomAccessStream |
( |
byte[] |
bytes | ) |
|
IRandomAccessStream Halyri.MemoryRandomAccessStream.CloneStream |
( |
| ) |
|
void Halyri.MemoryRandomAccessStream.Dispose |
( |
| ) |
|
Windows.Foundation.IAsyncOperation<bool> Halyri.MemoryRandomAccessStream.FlushAsync |
( |
| ) |
|
IInputStream Halyri.MemoryRandomAccessStream.GetInputStreamAt |
( |
ulong |
position | ) |
|
IOutputStream Halyri.MemoryRandomAccessStream.GetOutputStreamAt |
( |
ulong |
position | ) |
|
Windows.Foundation.IAsyncOperationWithProgress<IBuffer, uint> Halyri.MemoryRandomAccessStream.ReadAsync |
( |
IBuffer |
buffer, |
|
|
uint |
count, |
|
|
InputStreamOptions |
options |
|
) |
| |
void Halyri.MemoryRandomAccessStream.Seek |
( |
ulong |
position | ) |
|
Windows.Foundation.IAsyncOperationWithProgress<uint, uint> Halyri.MemoryRandomAccessStream.WriteAsync |
( |
IBuffer |
buffer | ) |
|
bool Halyri.MemoryRandomAccessStream.CanRead |
|
get |
bool Halyri.MemoryRandomAccessStream.CanWrite |
|
get |
ulong Halyri.MemoryRandomAccessStream.Position |
|
get |
ulong Halyri.MemoryRandomAccessStream.Size |
|
getset |
The documentation for this class was generated from the following file: