Class PsyOutput
java.lang.Object
coneforest.psylla.core.PsyOutput
- All Implemented Interfaces:
PsyCloseable, PsyFlushable, PsyObject, PsyWritable
@Type("output")
public abstract class PsyOutput
extends Object
implements PsyCloseable, PsyFlushable, PsyWritable
The representation of
output.-
Field Summary
Fields inherited from interface PsyCloseable
PSY_CLOSEFields inherited from interface PsyFlushable
PSY_FLUSHFields inherited from interface PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPEFields inherited from interface PsyWritable
PSY_WRITE, PSY_WRITESTRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpsyClose()Closes this object.voidpsyFlush()Flush thisflushable.voidwrite(int b) voidwrite(PsyInteger oCharacter) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeNameMethods inherited from interface PsyWritable
psyWrite, psyWriteString
-
Constructor Details
-
PsyOutput
-
-
Method Details
-
write
- Throws:
PsyIOErrorException
-
write
- Throws:
PsyIOErrorException
-
psyFlush
Description copied from interface:PsyFlushableFlush thisflushable.- Specified by:
psyFlushin interfacePsyFlushable- Throws:
PsyIOErrorException- when I/O error occurs during flush.
-
psyClose
Description copied from interface:PsyCloseableCloses this object.- Specified by:
psyClosein interfacePsyCloseable- Throws:
PsyIOErrorException
-