JCL Help:TJclScopedStream
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclScopedStream Class
[+] JclStreams.pas Classes
[+] TJclScopedStream Methods
[+] TJclScopedStream Properties
Search in JCL Help
Search in all projectsClass Hierarchy
TJclStream
|
TJclScopedStream
Summary
A subset of an existing stream.
Pascal
public TJclScopedStream = class(TJclStream);
Description
TJclScopedStream is a virtual stream implementing a position translation of the data stream. On creation, the current position in source stream is translated to Position=0, next bytes from source stream will follow. A restriction in range of bytes to be read/written is available too (see TJclScopedStream.MaxSize).
See Also
About
Unit
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