kryshen.tema.functions
Class IO

java.lang.Object
  extended by kryshen.tema.functions.IO

public class IO
extends java.lang.Object

I/O functions.


Field Summary
static Function COPY
          Copy files.
static Function FILE
          Create path from base path and file name.
static Function INCLUDE
          Evaluate the code read from file.
static Function READ
          Read from file.
static Function WRITE
          Write data to file.
 
Constructor Summary
IO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPY

public static final Function COPY
Copy files.


WRITE

public static final Function WRITE
Write data to file.


READ

public static final Function READ
Read from file.


INCLUDE

public static final Function INCLUDE
Evaluate the code read from file.


FILE

public static final Function FILE
Create path from base path and file name.

Constructor Detail

IO

public IO()