JCL Help:TJclBufferedStream

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

TJclStream
|
TJclStreamDecorator
|
TJclBufferedStream
|
TJclSectoredStream


Summary

Stream class with buffered read/write accesses.


Pascal

 public TJclBufferedStream = class(TJclStreamDecorator);


Description

The TJclBufferedStream class implements a buffered access to an existing data stream. Multiples small read and write operations will be grouped into predefined size accesses (see TJclBufferedStream.BufferSize). If medium access of original data stream is slow (disk or network access), read and write operations will be globally speeded up.


See Also

TJclBufferedStream.BufferSize


About

Unit

JclStreams


Navigation

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