JCL Help:TJclSectoredStream.AfterBlockRead

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The summary for this help topic does not exist, edit this page

Pascal

 protected procedure AfterBlockRead; virtual;


Description

Virtual method called after a block of data is read from storage stream. As implemented in this class, this function does nothing. In order to check checksums and/or decrypt data, a class that inherits from TJclSectoredStream has to override this procedure.
When this function is called, bytes in FBuffer from 0 to FCurrentBufferSize+FBlockOverHead-1 were read from storage stream.
After this function returns, bytes in FBuffer from 0 to FCurrentBufferSize-1 will contain data as passed to the caller or TStream.Read.


See Also

TJclSectoredStream.BeforeBlockWrite


About

Donator

Florent Ouchet


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