sleep.bridges.io
Class FileObject
Object | getSource()- returns the file referenced by this IOObject
|
void | open(String descriptor, ScriptEnvironment env)- opens a file and references it to this file object.
|
close, getBuffer, getConsole, getInputBuffer, getInputStream, getOutputStream, getReader, getSource, getThread, getToken, getWriter, isEOF, openRead, openWrite, print, printLine, readCharacter, readLine, sendEOF, setEncoding, setThread, setToken, wait |
getSource
public Object getSource()
returns the file referenced by this IOObject
- getSource in interface IOObject
open
public void open(String descriptor,
ScriptEnvironment env)opens a file and references it to this file object. the descriptor parameter is a filename