CryptoPressStream:
Delphi / C++Builder Streaming Compression Library
with Strong Encryption


TCPSManager.MaxTempBufferSize
TCPSManager
Top 

Specifies maximum size in bytes of the temporary buffer for compressed streams.

Delphi syntax:
property
MaxTempBufferSize: Integer;

C++ syntax:
__property int
MaxTempBufferSize = {read=FMaxTempBufferSize, write=SetMaxTempBufferSize, nodefault};

Description
Use MaxTempBufferSize to set maximum size of the temporary buffer. This buffer is used by the compressed stream when it have to rewrite part of the existing compressed data with data having lower compression ratio. If size of the compressed data exceeds the MaxTempBufferSize it will use temporary file instead of buffer. You can set the path for the temporary files using TempDir property.


© AidAim Software CryptoPressStream: