[Overview][Constants][Types][Classes][Index] |
Size of the buffer used for compression
Source position: zipper.pp line 226
public property TCompressor.BufferSize : LongWord |
BufferSize is a read-only LongWord property with the size of the buffer used for compression. The property is set to the value passed as an argument to the Create constructor.
BufferSize is used in the Compress method (in descendent classes) to allocate a pointer to a memory block with the required size. It also determines the read size used when processing an input file or stream.
|
Creates a TCompressor object |
|
|
Compresses input values using LZW (shrink) compression |
|
|
Performs compression using the Deflate algorithm |