org.jruby.util
Class IOModes

java.lang.Object
  extended byorg.jruby.util.IOModes

public class IOModes
extends java.lang.Object

Author:
enebo

Constructor Summary
IOModes(Ruby runtime)
           
IOModes(Ruby runtime, java.lang.String modes)
           
 
Method Summary
 void checkSubsetOf(IOModes superset)
           
 java.lang.String getModeString()
           
 boolean isAppendable()
           
 boolean isReadable()
           
 boolean isWriteable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOModes

public IOModes(Ruby runtime)

IOModes

public IOModes(Ruby runtime,
               java.lang.String modes)
Method Detail

isReadable

public boolean isReadable()

isWriteable

public boolean isWriteable()

isAppendable

public boolean isAppendable()

checkSubsetOf

public void checkSubsetOf(IOModes superset)

getModeString

public java.lang.String getModeString()


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.