JCL Help:TJclBufferedStream.FBufferCurrentSize
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclBufferedStream.FBufferCurrentSize Field
[+] TJclBufferedStream Fields
[+] TJclBufferedStream Methods
[+] TJclBufferedStream Properties
Search in JCL Help
Search in all projects
Summary
Number of bytes valid in buffer.
Pascal
protected FBufferCurrentSize: Longint;
Description
This field stores the number of bytes valid in buffer. This number may be different of BufferSize on the following situation: end of stream is reached or data are being appended to the end of the stream. FbufferCurrentSize is always less or equal to Buffersize.
See Also
TJclBufferedStream.FBuffer TJclBufferedStream.BufferSize TJclBufferedStream.FBufferMaxModifiedPos
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