JCL Help:TJclScopedStream.Create@TStream@Int64

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Constructor of the TJclScopedStream class.


Pascal

 public constructor Create(AParentStream: TStream; const AMaxSize: Int64 = -1); overload;


Parameters

Parameters Description
AParentStream: TStream Data stream storing data that can be read/written by this virtual stream.
const AMaxSize: Int64 = -1 Maximum size of this virtual stream (set 0 not to limit).


Description

Constructor of the TJclScopedStream class. On creation, the current position of ParentStream is stored in StartPos property.


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