C# Class Vidyano.Common.InMemoryRandomAccessStream

Inheritance: IRandomAccessStream
Afficher le fichier Open project: stevehansen/vidyano_v1

Méthodes publiques

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

Method Details

CloneStream() public méthode

public CloneStream ( ) : IRandomAccessStream
Résultat IRandomAccessStream

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FlushAsync() public méthode

public FlushAsync ( ) : IAsyncOperation
Résultat IAsyncOperation

GetInputStreamAt() public méthode

public GetInputStreamAt ( ulong position ) : IInputStream
position ulong
Résultat IInputStream

GetOutputStreamAt() public méthode

public GetOutputStreamAt ( ulong position ) : IOutputStream
position ulong
Résultat IOutputStream

InMemoryRandomAccessStream() public méthode

public InMemoryRandomAccessStream ( Stream stream ) : System
stream Stream
Résultat System

InMemoryRandomAccessStream() public méthode

public InMemoryRandomAccessStream ( byte bytes ) : System
bytes byte
Résultat System

ReadAsync() public méthode

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

Seek() public méthode

public Seek ( ulong position ) : void
position ulong
Résultat void

WriteAsync() public méthode

public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
Résultat uint>.IAsyncOperationWithProgress