Ignore:
Timestamp:
Jun 25, 2024, 1:34:07 AM (11 days ago)
Author:
chronos
Message:
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CoolStreaming/TextFileStream.pas

    r322 r323  
    1 // TTextFileStream class by Chronos 12.9.2005
    2 // Homepage: http://jirihajda.zdechov.net/
    3 
    4 unit UTextFileStream;
    5 
    6 {$mode Delphi}{$H+}
     1unit TextFileStream;
    72
    83interface
    94
    10 uses Classes, SysUtils;
     5uses
     6  Classes, SysUtils;
    117
    128type
     
    1511  private
    1612    FBuffer: string;
    17   protected
    18 
    1913  public
    2014    function Eof: Boolean;
     
    2418    function RowsCount: Integer;
    2519  end;
     20
    2621
    2722implementation
Note: See TracChangeset for help on using the changeset viewer.