C# Class Windows.Storage.Streams.InMemoryRandomAccessStream

Inheritance: IRandomAccessStream, IClosable, IInputStream, IOutputStream
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
CloneStream ( ) : IRandomAccessStream
Close ( ) : void
FlushAsync ( ) : IAsyncOperation
GetInputStreamAt ( [ position ) : IInputStream
GetOutputStreamAt ( [ position ) : IOutputStream
InMemoryRandomAccessStream ( ) : System
ReadAsync ( [ buffer, [ count, [ options ) : uint>.IAsyncOperationWithProgress
Seek ( [ position ) : void
WriteAsync ( [ buffer ) : uint>.IAsyncOperationWithProgress

Method Details

CloneStream() public méthode

public CloneStream ( ) : IRandomAccessStream
Résultat IRandomAccessStream

Close() public méthode

public Close ( ) : void
Résultat void

FlushAsync() public méthode

public FlushAsync ( ) : IAsyncOperation
Résultat IAsyncOperation

GetInputStreamAt() public méthode

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

GetOutputStreamAt() public méthode

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

InMemoryRandomAccessStream() public méthode

public InMemoryRandomAccessStream ( ) : System
Résultat System

ReadAsync() public méthode

public ReadAsync ( [ buffer, [ count, [ options ) : uint>.IAsyncOperationWithProgress
buffer [
count [
options [
Résultat uint>.IAsyncOperationWithProgress

Seek() public méthode

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

WriteAsync() public méthode

public WriteAsync ( [ buffer ) : uint>.IAsyncOperationWithProgress
buffer [
Résultat uint>.IAsyncOperationWithProgress