Package org.jruby.util.io
Class IOOptions
java.lang.Object
org.jruby.util.io.IOOptions
- All Implemented Interfaces:
Cloneable
Represents a combination of stream-opening flags (ModeFlags) and encoding
settings (EncodingOption).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IOOptions
Construct a new IOOptions object with ModeFlags and EncodingOption -
IOOptions
Construct a new ModeFlags object by parsing the given string- Parameters:
modeString
- the string- Throws:
InvalidValueException
-
-
Method Details