ReadBuffer

Declaration: TFileStream.ReadBuffer(Buffer: TBytes; Count: longint);
The method ReadBuffer reads Count bytes from the stream into Buffer starting at the current position. The Position in the stream is advanced by the number of bytes actually transferred.