JCL Help:TJclBufferedStream.LoadBuffer

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Loads a buffer of data from attached stream.


Pascal

 protected function LoadBuffer: Boolean; virtual;


Return Value

This function returns true if any data were loaded (one byte or more).


Description

This function loads a buffer of data at current position in attached stream. It tries to read BufferSize bytes and accordingly sets FBufferCurrentSize.


See Also

TJclBufferedStream.FBuffer TJclBufferedStream.FBufferCurrentSize TJclBufferedStream.BufferSize TJclBufferedStream.Flush


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