JCL Help:TJclCRC32Stream.Create@TStream@Boolean
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclCRC32Stream.Create Constructor
[+] TJclCRC32Stream Methods
Search in JCL Help
Search in all projects
Summary
Constructor for the TJclCRC32Stream class.
Pascal
public constructor Create(AStorageStream: TStream; AOwnsStream: Boolean = False);
Parameters
Parameters | Description |
AStorageStream: TStream | Stream storing protected data and checksums. Data in this stream are larger than original ones because of checksums (4 bytes each) being inserted after each predefined length block. |
AOwnsStream: Boolean = False | If set, the stream will be freed when this instance of TJclCRC32Stream will be destroyed. |
Description
The description for this help topic does not exist, edit this page
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