org.jruby.libraries
Class FcntlLibrary

java.lang.Object
  extended by org.jruby.libraries.FcntlLibrary
All Implemented Interfaces:
Library

public class FcntlLibrary
extends java.lang.Object
implements Library

Populates all the constants for Fcntl from Constantine


Field Summary
static int FD_CLOEXEC
           
 
Constructor Summary
FcntlLibrary()
           
 
Method Summary
 void load(Ruby runtime, boolean wrap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FD_CLOEXEC

public static final int FD_CLOEXEC
See Also:
Constant Field Values
Constructor Detail

FcntlLibrary

public FcntlLibrary()
Method Detail

load

public void load(Ruby runtime,
                 boolean wrap)
          throws java.io.IOException
Specified by:
load in interface Library
Throws:
java.io.IOException


Copyright © 2002-2007 JRuby Team. All Rights Reserved.