C# Class Win81PdfToImage.RandomStream

Inheritance: IRandomAccessStream
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
CloneStream ( ) : IRandomAccessStream
Dispose ( ) : void
FlushAsync ( ) : Windows.Foundation.IAsyncOperation
GetInputStreamAt ( ulong position ) : IInputStream
GetOutputStreamAt ( ulong position ) : IOutputStream
RandomStream ( Stream underlyingstream ) : System
ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.Windows.Foundation.IAsyncOperationWithProgress
Seek ( ulong position ) : void
WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.Windows.Foundation.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 ( ) : Windows.Foundation.IAsyncOperation
Résultat Windows.Foundation.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

RandomStream() public méthode

public RandomStream ( Stream underlyingstream ) : System
underlyingstream Stream
Résultat System

ReadAsync() public méthode

public ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.Windows.Foundation.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
count uint
options InputStreamOptions
Résultat uint>.Windows.Foundation.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>.Windows.Foundation.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
Résultat uint>.Windows.Foundation.IAsyncOperationWithProgress