Class TCastleTextReaderWriter
Unit
Declaration
type TCastleTextReaderWriter = class(TObject)
Description
Common class for reading or writing a stream like a text file.
Source: files/castledownload_text.inc (line 21).
Hierarchy
- TObject
- TCastleTextReaderWriter
Overview
Methods
| Public | constructor Create(AStream: TStream; AOwnsStream: boolean); overload; |
| Public | destructor Destroy; override; |
Description
Methods
| Public | constructor Create(AStream: TStream; AOwnsStream: boolean); overload; |
|
Open a stream. If AOwnsStream then in destructor we will free given AStream object. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.