JCL Help:TJclCRC16Stream.Create@TStream@Boolean

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Constructor for the TJclCRC16Stream 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 (2 bytes each) being inserted after each predefined length block.
AOwnsStream: Boolean = False If set, the stream will be freed when this instance of TJclCRC16Stream 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