Interface PsyWritable

    • Method Detail

      • psyWrite

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

        void psyWriteString​(PsyTextual oTextual)
                     throws PsyErrorException
        Writes a textual string of characters to this object.
        Parameters:
        oTextual - a textual object representing a string to be written.
        Throws:
        PsyErrorException - when an error occurs during write.