php.java.script.servlet
Class ScriptFileReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.InputStreamReader
          extended by java.io.FileReader
              extended by php.java.script.servlet.ScriptFileReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

final class ScriptFileReader
extends java.io.FileReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
ScriptFileReader(ScriptFile file)
           
 
Method Summary
(package private)  ScriptFile getFile()
           
 
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptFileReader

ScriptFileReader(ScriptFile file)
           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getFile

ScriptFile getFile()