Package | Description |
---|---|
org.jruby | |
org.jruby.ext.socket | |
org.jruby.util.io |
Modifier and Type | Method and Description |
---|---|
protected static ChannelFD |
RubyIO.sysopen(Ruby runtime,
String fname,
int oflags,
int perm) |
Modifier and Type | Method and Description |
---|---|
protected ChannelFD |
RubySocket.initChannelFD(Ruby runtime) |
protected ChannelFD |
RubyServerSocket.initChannelFD(Ruby runtime) |
protected static ChannelFD |
RubyBasicSocket.newChannelFD(Ruby runtime,
Channel channel) |
Modifier and Type | Method and Description |
---|---|
protected void |
RubyBasicSocket.initSocket(ChannelFD fd) |
Modifier and Type | Field and Description |
---|---|
ChannelFD |
OpenFile.InternalReadStruct.fd |
ChannelFD |
OpenFile.InternalWriteStruct.fd |
Modifier and Type | Method and Description |
---|---|
ChannelFD |
ChannelFD.dup() |
ChannelFD |
OpenFile.fd() |
ChannelFD |
FilenoUtil.getWrapperFromFileno(int fileno) |
Modifier and Type | Method and Description |
---|---|
static int |
OpenFile.cloexecDup2(PosixShim posix,
ChannelFD oldfd,
ChannelFD newfd) |
int |
PosixShim.close(ChannelFD fd) |
int |
PosixShim.dup2(ChannelFD filedes,
ChannelFD filedes2) |
int |
ChannelFD.dup2From(jnr.posix.POSIX posix,
ChannelFD dup2Source) |
int |
PosixShim.flock(ChannelFD fd,
int lockMode) |
int |
PosixShim.ftruncate(ChannelFD fd,
long pos) |
long |
PosixShim.lseek(ChannelFD fd,
long offset,
int type) |
int |
PosixShim.read(ChannelFD fd,
byte[] target,
int offset,
int length,
boolean nonblock) |
static int |
OpenFile.readInternal(ThreadContext context,
OpenFile fptr,
ChannelFD fd,
byte[] bufBytes,
int buf,
int count) |
void |
FilenoUtil.registerWrapper(int fileno,
ChannelFD wrapper) |
void |
OpenFile.setFD(ChannelFD fd) |
long |
PosixShim.size(ChannelFD fd) |
int |
PosixShim.write(ChannelFD fd,
byte[] bytes,
int offset,
int length,
boolean nonblock) |
static int |
OpenFile.writeInternal(ThreadContext context,
OpenFile fptr,
ChannelFD fd,
byte[] bufBytes,
int buf,
int count) |
Copyright © 2001-2015 JRuby. All Rights Reserved.