Interface PsyWritable

    • Method Detail

      • psyWrite

        void psyWrite​(PsyInteger oCharacter)
               throws PsyException
        Writes a Ψ-integer character to this object.
        Parameters:
        oCharacter - a Ψ-integer object representing a character to be written.
        Throws:
        PsyException - when an error occurs during write.
      • psyWriteString

        void psyWriteString​(PsyStringy oStringy)
                     throws PsyException
        Writes a Ψ-stringy string of characters to this object.
        Parameters:
        oStringy - a Ψ-stringy object representing a string to be written.
        Throws:
        PsyException - when an error occurs during write.