java.lang.Object
org.jext.dawn.Function
org.jext.dawn.io.OpenInputFunction
- public class OpenInputFunction
- extends org.jext.dawn.Function
Opens a file from the HD. The opened file is designed by an ID.
Usage:
file ID openForInput
Where file and ID are both string. First one is the path to the file -
which can be either absolute, either relative -, and the second one
is the file ID.
| Fields inherited from class org.jext.dawn.Function |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenInputFunction
public OpenInputFunction()
invoke
public void invoke(org.jext.dawn.DawnParser parser)
throws org.jext.dawn.DawnRuntimeException
- Description copied from class:
org.jext.dawn.Function
- Executes the function. Usually, the function should make use of
the
DawnParser given as parameter.