InputStreamOptions
August 23, 2018 ยท View on GitHub
-description
Specifies the read options for an input stream.
-enum-fields
-field None:0
No options are specified.
-field Partial:1
The asynchronous read operation completes when one or more bytes is available.
-field ReadAhead:2
The asynchronous read operation may optionally read ahead and prefetch additional bytes.
-remarks
-examples
-see-also
DataReader.InputStreamOptions, FileInputStream.ReadAsync, FileRandomAccessStream.ReadAsync, InMemoryRandomAccessStream.ReadAsync, InputStreamOverStream.ReadAsync, RandomAccessStreamOverStream.ReadAsync