JCL Help:TJclBufferedStream.Create@TStream@Boolean
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclBufferedStream.Create Constructor
[+] TJclBufferedStream Fields
[+] TJclBufferedStream Methods
[+] TJclBufferedStream Properties
Search in JCL Help
Search in all projects
Summary
Constructor of the TJclBufferedStream class.
Pascal
public constructor Create(AStream: TStream; AOwnsStream: Boolean = False);
Parameters
Parameters | Description |
AStream: TStream | Stream used to store data read and written to this instance. |
AOwnsStream: Boolean = False | Current data stream will be freed when this instance is destroyed. |
Description
This constructor creates a new instance of the TJclBufferedStream class. An instance is constructed based on a source stream that holds data.
See Also
About
Donator
Heinz Zastrau
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