JCL Help:TJclScopedStream

From Project JEDI Wiki
Jump to navigationJump to search

Class 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

TJclScopedStream.MaxSize


About

Unit

JclStreams


Navigation

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