zStatus zFile_SetBuffer(zFile file, zUIntPtr size);
|
Parameters |
Description |
|
zFile file |
zFile object. |
|
zUIntPtr size |
Size of the buffer. |
Sets the size of the buffer used for reading or writing.
Buffering can improve efficiency when performing several small read/write operations. The default buffer size is 4096 bytes.
zFile.h