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
-
-
Constructor Summary
Constructors Constructor Description PsyFileWriter(PsyStringy 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
-
-
-
-
Constructor Detail
-
PsyFileWriter
public PsyFileWriter(String fileName) throws PsyException
- Throws:
PsyException
-
PsyFileWriter
public PsyFileWriter(PsyStringy oFileName) throws PsyException
- Throws:
PsyException
-
-