C# Class Win81PdfToImage.RandomStream

Inheritance: IRandomAccessStream
Mostra file Open project: VahidN/PdfReport

Public Methods

Method 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 method

public CloneStream ( ) : IRandomAccessStream
return IRandomAccessStream

Dispose() public method

public Dispose ( ) : void
return void

FlushAsync() public method

public FlushAsync ( ) : Windows.Foundation.IAsyncOperation
return Windows.Foundation.IAsyncOperation

GetInputStreamAt() public method

public GetInputStreamAt ( ulong position ) : IInputStream
position ulong
return IInputStream

GetOutputStreamAt() public method

public GetOutputStreamAt ( ulong position ) : IOutputStream
position ulong
return IOutputStream

RandomStream() public method

public RandomStream ( Stream underlyingstream ) : System
underlyingstream Stream
return System

ReadAsync() public method

public ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.Windows.Foundation.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
count uint
options InputStreamOptions
return uint>.Windows.Foundation.IAsyncOperationWithProgress

Seek() public method

public Seek ( ulong position ) : void
position ulong
return void

WriteAsync() public method

public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.Windows.Foundation.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
return uint>.Windows.Foundation.IAsyncOperationWithProgress