sisc.io.custom
Class IOUtils

java.lang.Object
  extended by sisc.io.custom.IOUtils

public abstract class IOUtils
extends java.lang.Object


Constructor Summary
IOUtils()
           
 
Method Summary
static Value bridge(Procedure proc, Value v)
           
static Value bridge(Procedure proc, Value[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtils

public IOUtils()
Method Detail

bridge

public static Value bridge(Procedure proc,
                           Value[] args)
                    throws java.io.IOException
Throws:
java.io.IOException

bridge

public static Value bridge(Procedure proc,
                           Value v)
                    throws java.io.IOException
Throws:
java.io.IOException