|
RAD Studio VCL Reference
|
Read character data, advancing pointer.
function Read: Integer; override; overload; function Read(const Buffer: TCharArray; Index: Integer; Count: Integer): Integer; override; overload;
virtual __fastcall int Read(); virtual __fastcall int Read(const TCharArray Buffer, int Index, int Count);
Read reads data from the input source and advances the data pointer to the source, unlike Peek.
This method is functionally identical to the Microsoft .NET method StreamReader.Read.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|