Mimic std::ios_base::iostate for state functionality, see iostate_func.
More...
Mimic std::ios_base::iostate for state functionality, see iostate_func.
This enum class
type fulfills C++ named requirements: BitmaskType
.
- See also
- ByteInStream
Definition at line 33 of file IOState.java.
◆ IOState() [1/2]
org.jau.io.IOState.IOState |
( |
final int | v | ) |
|
◆ IOState() [2/2]
org.jau.io.IOState.IOState |
( |
| ) |
|
◆ equals()
boolean org.jau.io.IOState.equals |
( |
final Object | other | ) |
|
◆ isSet()
boolean org.jau.io.IOState.isSet |
( |
final Bit | bit | ) |
|
◆ mask()
IOState org.jau.io.IOState.mask |
( |
final int | bits | ) |
|
◆ set()
Sets the given bit and returns this instance for chaining.
- Parameters
-
bit | the given Bit value to set |
- Returns
- this instance for chaining.
Definition at line 72 of file IOState.java.
◆ toString()
String org.jau.io.IOState.toString |
( |
| ) |
|
◆ mask
int org.jau.io.IOState.mask |
The documentation for this class was generated from the following file: