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​(PsyTextual oTextual)
                     throws PsyException
        Writes a Ψ-textual string of characters to this object.
        Parameters:
        oTextual - a Ψ-textual object representing a string to be written.
        Throws:
        PsyException - when an error occurs during write.