Enum IOMode
enum IOMode
: int { ... }
Enum members
Name | Description |
---|---|
all
|
Process the full buffer |
immediate
|
Process only as much as possible without waiting |
once
|
Process as much as possible with a single call |