Zen API
zFile_SetBuffer
C
zStatus zFile_SetBuffer(zFile file, zUIntPtr size);
Parameters
Parameters 
Description 
zFile file 
zFile object. 
zUIntPtr size 
Size of the buffer. 
Description

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.

File

zFile.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.