JCL Help:TJclBufferedStream.Read@@Longint

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Overloaded version of TStream.Read.


Pascal

 public function Read(var Buffer; Count: Longint): Longint; override;


Parameters

Parameters Description
var Buffer Memory location to store read data.
Count: Longint Requested size in bytes.


Return Value

Effective number of bytes that were read (less or equal to Count).


Description

By calling this function, data are read from buffered stream. If not all data are cached, a new buffer is cached and so on.


See Also

TJclBufferedStream.FBuffer TJclBufferedStream.LoadBuffer


About

Donator

Heinz Zastrau


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page