JCL Help:TJclBufferedStream.Write@@Longint

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Overriden function of TStream.Write.


Pascal

 public function Write(const Buffer; Count: Longint): Longint; override;


Parameters

Parameters Description
const Buffer Data to be written.
Count: Longint Number of bytes to be written.


Return Value

Effective number of written bytes.


Description

This funtion writes data to cache buffer. If it is too small, it is flushed until all requested data are written. For a more complete description, refer to TStream.Write documentation.


See Also

TJclBufferedStream.Read TJclBufferedStream.Seek


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