| Package | Description | 
|---|---|
| org.jruby | |
| org.jruby.util.io | 
| Modifier and Type | Field and Description | 
|---|---|
| protected OpenFile | RubyIO. openFile | 
| Modifier and Type | Method and Description | 
|---|---|
| OpenFile | RubyIO. getOpenFile() | 
| OpenFile | RubyIO. getOpenFileChecked() | 
| OpenFile | RubyIO. MakeOpenFile() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | RubyThread. select(Channel channel,
      OpenFile fptr,
      int ops)Perform an interruptible select operation on the given channel and fptr,
 waiting for the requested operations. | 
| boolean | RubyThread. select(Channel channel,
      OpenFile fptr,
      int ops,
      long timeout)Perform an interruptible select operation on the given channel and fptr,
 waiting for the requested operations or the given timeout. | 
| Modifier and Type | Field and Description | 
|---|---|
| OpenFile | OpenFile.InternalReadStruct. fptr | 
| OpenFile | OpenFile.InternalWriteStruct. fptr | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OpenFile.Finalizer. finalize(Ruby runtime,
        OpenFile fptr,
        boolean noraise) | 
| static IRubyObject | EncodingUtils. ioEncStr(Ruby runtime,
        IRubyObject str,
        OpenFile fptr) | 
| static int | OpenFile. readInternal(ThreadContext context,
            OpenFile fptr,
            ChannelFD fd,
            byte[] bufBytes,
            int buf,
            int count) | 
| static int | OpenFile. writeInternal(ThreadContext context,
             OpenFile fptr,
             ChannelFD fd,
             byte[] bufBytes,
             int buf,
             int count) | 
Copyright © 2001-2015 JRuby. All Rights Reserved.