Package | Description |
---|---|
net.sf.rubycollect4j |
Modifier and Type | Field and Description |
---|---|
protected RubyIO.Mode |
RubyIO.mode |
Modifier and Type | Method and Description |
---|---|
static RubyIO.Mode |
RubyIO.Mode.fromString(java.lang.String mode)
Retrieves a Mode from a String.
|
static RubyIO.Mode |
RubyIO.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyIO.Mode[] |
RubyIO.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RubyIO(java.io.File file,
RubyIO.Mode mode)
Creates a
RubyIO by given File and Mode. |