- All Superinterfaces:
PsyObject
- All Known Implementing Classes:
PsyFileWriter
,PsyOutput
,PsyStringWriter
,PsyWriter
The representation of a
flushable
, an object that can be flushed in some sense.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextAction
Context action of theflush
operator.Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPE
-
Method Summary
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_FLUSH
Context action of theflush
operator.
-
-
Method Details
-
psyFlush
Flush thisflushable
.- Throws:
PsyIOErrorException
- when I/O error occurs during flush.
-