Package coneforest.psylla.core
Class PsyFileReader
- java.lang.Object
-
- coneforest.psylla.core.PsyReader
-
- coneforest.psylla.core.PsyFileReader
-
- All Implemented Interfaces:
PsyCloseable
,PsyConvertableToName
,PsyConvertableToString
,PsyEvaluable
,PsyObject
,PsyReadable
,PsyResetable
public class PsyFileReader extends PsyReader
-
-
Field Summary
-
Fields inherited from class coneforest.psylla.core.PsyReader
LINE_SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description PsyFileReader(PsyStringy oFileName)
PsyFileReader(String fileName)
-
Method Summary
-
Methods inherited from class coneforest.psylla.core.PsyReader
eval, psyClose, psyReadLine, psyReadString, psyReady, psyReset, psySkip, read, reader
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Methods inherited from interface coneforest.psylla.core.PsyReadable
psyRead
-
-
-
-
Constructor Detail
-
PsyFileReader
public PsyFileReader(String fileName) throws PsyException
- Throws:
PsyException
-
PsyFileReader
public PsyFileReader(PsyStringy oFileName) throws PsyException
- Throws:
PsyException
-
-