A flag enum specifying what the stream is capable of doing.
The stream supports writing.
The stream supports reading.
The stream supports seeking.
The stream supports being able to set timeouts.
See Implementation
A flag enum specifying what the stream is capable of doing.