java.lang.Object
coneforest.psylla.core.PsyWriter
coneforest.psylla.core.PsyStringWriter
- All Implemented Interfaces:
PsyCloseable
,PsyFlushable
,PsyObject
,PsyWritable
The representation of
stringwriter
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextAction
Context action of thestringwriter
operator.Fields inherited from interface coneforest.psylla.core.PsyCloseable
PSY_CLOSE
Fields inherited from interface coneforest.psylla.core.PsyFlushable
PSY_FLUSH
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.PsyWritable
PSY_WRITE, PSY_WRITESTRING
-
Constructor Summary
Constructors -
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, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Field Details
-
PSY_STRINGWRITER
Context action of thestringwriter
operator.
-
-
Constructor Details
-
PsyStringWriter
Creates a newstringwriter
object.- Parameters:
oString
- astring
to wtite to.
-