Package | Description |
---|---|
org.jruby.util.io |
Modifier and Type | Method and Description |
---|---|
static Stream |
ChannelStream.fopen(Ruby runtime,
String path,
ModeFlags modes) |
static ChannelDescriptor |
ChannelDescriptor.open(String cwd,
String path,
ModeFlags flags)
Open a new descriptor using the given working directory, file path,
mode flags, and file permission.
|
static ChannelDescriptor |
ChannelDescriptor.open(String cwd,
String path,
ModeFlags flags,
ClassLoader classLoader)
Open a new descriptor using the given working directory, file path,
mode flags, and file permission.
|
static ChannelDescriptor |
ChannelDescriptor.open(String cwd,
String path,
ModeFlags flags,
int perm,
jnr.posix.POSIX posix)
Open a new descriptor using the given working directory, file path,
mode flags, and file permission.
|
static ChannelDescriptor |
ChannelDescriptor.open(String cwd,
String path,
ModeFlags flags,
int perm,
jnr.posix.POSIX posix,
ClassLoader classLoader)
Open a new descriptor using the given working directory, file path,
mode flags, and file permission.
|
Copyright © 2001-2013 JRuby. All Rights Reserved.