|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsleep.bridges.io.IOObject
sleep.bridges.io.FileObject
public class FileObject
Field Summary | |
---|---|
protected java.io.File |
file
|
Fields inherited from class sleep.bridges.io.IOObject |
---|
buffer, in, out, reader, readerb, readeru, thread, token, writerb, writeru |
Constructor Summary | |
---|---|
FileObject()
|
Method Summary | |
---|---|
java.lang.Object |
getSource()
returns the file referenced by this IOObject |
void |
open(java.lang.String descriptor,
ScriptEnvironment env)
opens a file and references it to this file object. |
Methods inherited from class sleep.bridges.io.IOObject |
---|
close, getBuffer, getConsole, getInputBuffer, getInputStream, getOutputStream, getReader, getThread, getToken, getWriter, isEOF, openRead, openWrite, print, printLine, readCharacter, readLine, sendEOF, setEncoding, setThread, setToken, wait |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.File file
Constructor Detail |
---|
public FileObject()
Method Detail |
---|
public java.lang.Object getSource()
getSource
in class IOObject
public void open(java.lang.String descriptor, ScriptEnvironment env)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |