Package coneforest.psylla.core
Class PsyFileWriter
- java.lang.Object
-
- coneforest.psylla.core.PsyWriter
-
- coneforest.psylla.core.PsyFileWriter
-
- All Implemented Interfaces:
PsyCloseable,PsyConvertableToName,PsyConvertableToString,PsyFlushable,PsyObject,PsyWritable
public class PsyFileWriter extends PsyWriter
-
-
Field Summary
Fields Modifier and Type Field Description static PsyOperator[]OPERATORS
-
Constructor Summary
Constructors Constructor Description PsyFileWriter(PsyTextual oFileName)PsyFileWriter(String fileName)
-
Method Summary
-
Methods inherited from class coneforest.psylla.core.PsyWriter
psyClose, psyFlush, psyWrite, psyWriteString, writer
-
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
-
-
-
-
Field Detail
-
OPERATORS
public static final PsyOperator[] OPERATORS
-
-
Constructor Detail
-
PsyFileWriter
public PsyFileWriter(String fileName) throws PsyException
- Throws:
PsyException
-
PsyFileWriter
public PsyFileWriter(PsyTextual oFileName) throws PsyException
- Throws:
PsyException
-
-