Project: MD5 Message Digest Unit
Unit: PJMD5
Class: TPJMD5
Applies to: ~>1.0
const DefReadBufferSize = 64 * 1024;
This class constant determines the default buffer size used when reading data from streams and files. The constant has two uses:
- It provides the default value of the ReadBufferSize property.
- It provides the buffer size used by the CalculateFile class method and the TStream variants of the Calculate class method.
The default buffer size is 64Kb.