java.lang.Object
coneforest.psylla.core.PsyReader
coneforest.psylla.core.PsyFileReader
- All Implemented Interfaces:
PsyCloseable
,PsyEvaluable
,PsyObject
,PsyReadable
,PsyReady
,PsyResetable
The representation of
filereader
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextAction
Context action of thefilereader
operator.Fields inherited from interface coneforest.psylla.core.PsyCloseable
PSY_CLOSE
Fields inherited from interface coneforest.psylla.core.PsyEvaluable
PSY_EVAL
Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPE
Fields inherited from interface coneforest.psylla.core.PsyReadable
LINE_SEPARATOR, PSY_READ, PSY_READLINE, PSY_SKIP
Fields inherited from interface coneforest.psylla.core.PsyResetable
PSY_RESET
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class coneforest.psylla.core.PsyReader
psyClose, psyEval, 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, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
Methods inherited from interface coneforest.psylla.core.PsyReadable
psyRead, psyReadLine
-
Field Details
-
PSY_FILEREADER
Context action of thefilereader
operator.
-
-
Constructor Details
-
PsyFileReader
- Throws:
PsyFileNotFoundException
-
PsyFileReader
- Throws:
PsyFileNotFoundException
-