RAD Studio VCL Reference
|
Character stream reader.
TStreamReader = class(TTextReader);
class TStreamReader : public TTextReader;
TStreamReader is an implementation of a TTextReader that reads characters from a stream in a given character encoding.
This class is functionally identical to the Microsoft .NET class StreamReader.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|