Methods in org.jruby.util.io that throw DirectoryAsFileException |
static Stream |
ChannelStream.fopen(Ruby runtime,
java.lang.String path,
ModeFlags modes)
|
void |
ChannelStream.freopen(java.lang.String path,
ModeFlags modes)
|
void |
Stream.freopen(java.lang.String path,
ModeFlags modes)
|
static ChannelDescriptor |
ChannelDescriptor.open(java.lang.String cwd,
java.lang.String path,
ModeFlags flags)
Open a new descriptor using the given working directory, file path,
mode flags, and file permission. |
static ChannelDescriptor |
ChannelDescriptor.open(java.lang.String cwd,
java.lang.String path,
ModeFlags flags,
int perm,
org.jruby.ext.posix.POSIX posix)
Open a new descriptor using the given working directory, file path,
mode flags, and file permission. |