| Constructor and Description |
|---|
IOOptions(ModeFlags modeFlags)
Construct a new IOOptions object with ModeFlags and EncodingOption
|
IOOptions(Ruby runtime,
String modeString)
Construct a new ModeFlags object by parsing the given string
|
| Modifier and Type | Method and Description |
|---|---|
ModeFlags |
getModeFlags() |
void |
setModeFlags(ModeFlags modeFlags) |
String |
toString() |
public IOOptions(ModeFlags modeFlags)
public IOOptions(Ruby runtime, String modeString) throws InvalidValueException
modeString - the stringInvalidValueExceptionCopyright © 2001-2016 JRuby. All Rights Reserved.