JCL Help:TJclSectoredStream.BeforeBlockWrite

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 BeforeBlockWrite; virtual;


Description

Virtual method called before a block of data is written to storage stream. As implemented in this class, this function does nothing. In order to compute checksums and/or crypt data, a class that inherits from TJclSectoredStream has to override this procedure.
When this function is called, bytes in FBuffer from 0 to FCurrentBufferSize-1 were written by calls to TStream.Write.
When this function returns, bytes in FBuffer from 0 to FCurrentBufferSize+FBlockOverhead-1 will be written to storage stream.


See Also

TJclSectoredStream.AfterBlockRead


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