Provides hints for how an open file will be used.
Name | Description | |
---|---|---|
Asynchronous |
The stream will be accessed primarily using asynchronous methods. |
|
Default |
No special behavior. |
|
RandomAccess |
The returned stream should be seekable if possible. |