Package coneforest.psylla.core
Interface PsyWritable
- All Superinterfaces:
PsyConvertableToName
,PsyConvertableToString
,PsyObject
- All Known Implementing Classes:
PsyFileWriter
,PsyOutput
,PsyStringWriter
,PsyWriter
A representation of
writable
, a type of objects that can be treated
as sink for characters.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
psyWrite
(PsyInteger oCharacter) Writes aninteger
character to this object.void
psyWriteString
(PsyTextual oTextual) Writes atextual
string of characters to this object.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
-
psyWrite
Writes aninteger
character to this object.- Parameters:
oCharacter
- aninteger
object representing a character to be written.- Throws:
PsyErrorException
- when an error occurs during write.
-
psyWriteString
Writes atextual
string of characters to this object.- Parameters:
oTextual
- atextual
object representing a string to be written.- Throws:
PsyErrorException
- when an error occurs during write.
-