sleep.bridges.io
Class FileObject

java.lang.Object
  extended bysleep.bridges.io.IOObject
      extended bysleep.bridges.io.FileObject

public class FileObject
extends IOObject


Field Summary
protected  File file
           
 
Fields inherited from class sleep.bridges.io.IOObject
in, out, reader, readerb, writer, writerb
 
Constructor Summary
FileObject()
           
 
Method Summary
 void open(String descriptor, ScriptEnvironment env)
          opens a file and references it to this file object.
 
Methods inherited from class sleep.bridges.io.IOObject
close, getConsole, getReader, getWriter, isEOF, openRead, openWrite, print, printLine, readLine, sendEOF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected File file
Constructor Detail

FileObject

public FileObject()
Method Detail

open

public void open(String descriptor,
                 ScriptEnvironment env)
opens a file and references it to this file object. the descriptor parameter is a filename