Package coneforest.psylla.core
Class PsyOutput
java.lang.Object
coneforest.psylla.core.PsyOutput
- All Implemented Interfaces:
PsyCloseable
,PsyConvertableToName
,PsyConvertableToString
,PsyFlushable
,PsyObject
,PsyWritable
-
Field Summary
Fields inherited from interface coneforest.psylla.core.PsyCloseable
OPERATORS
Fields inherited from interface coneforest.psylla.core.PsyFlushable
OPERATORS
Fields inherited from interface coneforest.psylla.core.PsyWritable
OPERATORS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
psyClose()
Closes this object.void
psyFlush()
Flush thisflushable
.void
setOutput
(OutputStream output) void
write
(int b) void
write
(PsyInteger oCharacter) 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
Methods inherited from interface coneforest.psylla.core.PsyWritable
psyWrite, psyWriteString
-
Constructor Details
-
PsyOutput
-
-
Method Details
-
setOutput
-
getOutput
-
write
- Throws:
PsyErrorException
-
write
- Throws:
PsyErrorException
-
psyFlush
Description copied from interface:PsyFlushable
Flush thisflushable
.- Specified by:
psyFlush
in interfacePsyFlushable
- Throws:
PsyErrorException
- when error occurs during flush.
-
psyClose
Description copied from interface:PsyCloseable
Closes this object.- Specified by:
psyClose
in interfacePsyCloseable
- Throws:
PsyErrorException
- when error occured during closing.
-