Package coneforest.psylla.core
Interface PsyCloseable
- All Superinterfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
- All Known Subinterfaces:
PsyFormalStream<T>
- All Known Implementing Classes:
PsyBlockingQueue
,PsyFileReader
,PsyFileWriter
,PsyInput
,PsyOutput
,PsyRange
,PsyReader
,PsyStream
,PsyStringReader
,PsyStringWriter
,PsyWriter
A representation of
closeable
, a type of objects that can be closed
in some sense.-
Field Summary
Fields -
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
-
OPERATORS
-
-
Method Details
-
psyClose
Closes this object.- Throws:
PsyErrorException
- when error occured during closing.
-