|
@@ -102,6 +102,7 @@ type
|
|
procedure ReadLine(out AString: AnsiString); virtual; abstract; overload;
|
|
procedure ReadLine(out AString: AnsiString); virtual; abstract; overload;
|
|
function ReadLine: AnsiString; overload;
|
|
function ReadLine: AnsiString; overload;
|
|
property Eof: Boolean read IsEof;
|
|
property Eof: Boolean read IsEof;
|
|
|
|
+ property EndOfStream : boolean read IsEof;
|
|
end;
|
|
end;
|
|
|
|
|
|
{ TStreamReader }
|
|
{ TStreamReader }
|