ix.util.lisp
Class LispFileReader

java.lang.Object
  |
  +--ix.util.lisp.LispReader
        |
        +--ix.util.lisp.LispFileReader

public class LispFileReader
extends LispReader

A LispReader for files.


Fields inherited from class ix.util.lisp.LispReader
tk
 
Constructor Summary
LispFileReader(java.io.File file)
           
LispFileReader(java.lang.String filename)
           
 
Methods inherited from class ix.util.lisp.LispReader
listreader, reader, readObject, safeRead, safeRead, 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

LispFileReader

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