Files
harbour-core/harbour/samples/cccppc/sreader.cls
1999-11-09 01:37:27 +00:00

29 lines
601 B
OpenEdge ABL
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//
// $Id$
//
//*******************************************************************
// sreader.cls: Stringb“l karaktereket olvas¢ oszt ly. A CREADER-t“l
// ”r”k”l.
// 1999, Csisz r Levente
class SREADER CREADER
attrib str // A string, amib“l olvasunk,
attrib istr // A poz¡ci¢ a stringben.
rmethod readItem()
// Olvas egy karaktert.
// Ret: A karakter, ha OK, nil, ha vge van a streamnek, vagy ha
// hiba volt.
rmethod oinit(str,name,errorStream)
// Inicializ lja az objektumot.
metaclass
rmethod onew(str,name,errorStream)