JCL Help:TJclSectoredStream.Create@TStream@Boolean@Longint

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Constructor of the TJclSectoredStream class.


Pascal

 public constructor Create(AStorageStream: TStream; AOwnsStream: Boolean = False; ASectorOverHead: Longint = 0);


Parameters

Parameters Description
AStorageStream: TStream Stream used to store data. They may be larger than raw data because of OverHead that can be specified for each sector.
AOwnsStream: Boolean = False If set, this stream will be destroyed when this instance is destroyed.
ASectorOverHead: Longint = 0 Number of bytes to be added to each sector of the stream.


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