- All Superinterfaces:
PsyObject
- All Known Subinterfaces:
PsyFormalStream<T>
- All Known Implementing Classes:
PsyBlockingQueue,PsyFileReader,PsyFileWriter,PsyInput,PsyOutput,PsyRange,PsyReader,PsyStream,PsyStringReader,PsyStringWriter,PsyWriter
The representation of
closeable, a type of objects that can be closed in some sense.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextActionContext action of thecloseoperator.Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TONAME, PSY_TOSTRING, PSY_TYPE -
Method Summary
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToName, psyToString, psyType, toSyntaxString, typeName
-
Field Details
-
PSY_CLOSE
Context action of thecloseoperator.
-
-
Method Details
-
psyClose
Closes this object.- Throws:
PsyIOErrorException- when I/O error occured during closing.
-