Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 810 Bytes

decompressor_readasync_1012630619.md

File metadata and controls

32 lines (22 loc) · 810 Bytes
-api-id -api-type
M:Windows.Storage.Compression.Decompressor.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)
winrt method

Windows.Storage.Compression.Decompressor.ReadAsync

-description

Reads from the compression stream asynchronously.

-parameters

-param buffer

The buffer that contains the information to be read from the stream.

-param count

The number of bytes to read.

-param options

Read options

-returns

The asynchronous operation.

-remarks

-examples

-see-also