Windows.Storage.Streams.FileInputStream.ReadAsync

February 8, 2017 ยท View on GitHub

-description

Returns an asynchronous byte reader object.

-parameters

-param buffer

The buffer into which the asynchronous read operation places the bytes that are read.

-param count

The number of bytes to read that is less than or equal to the Capacity value.

-param options

Specifies the type of the asynchronous read operation.

-returns

The asynchronous operation.

-remarks

-examples

-see-also

Contents

  1. 1-description
  2. 2-parameters
  3. 2.1-param buffer
  4. 2.2-param count
  5. 2.3-param options
  6. 3-returns
  7. 4-remarks
  8. 5-examples
  9. 6-see-also