ix.util.lisp
Class LispFileReader

java.lang.Object
  extended by ix.util.lisp.LispReader
      extended by ix.util.lisp.LispFileReader

public class LispFileReader
extends LispReader

A LispReader for files.


Field Summary
 
Fields inherited from class ix.util.lisp.LispReader
inReader, inStream, singleQuoteIsMacro, tk
 
Constructor Summary
LispFileReader(java.io.File file)
           
LispFileReader(java.lang.String filename)
           
 
Method Summary
 
Methods inherited from class ix.util.lisp.LispReader
close, listreader, reader, readObject, safeRead, safeRead, setSingleQuoteIsMacro, tryAsNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LispFileReader

public LispFileReader(java.lang.String filename)
               throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

LispFileReader

public LispFileReader(java.io.File file)
               throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException