|
Zen API
|
| kStatus kSerializer_SetMaxBufferedWriteSize | ( | kSerializer | serializer, |
| kSize | size | ||
| ) |
Sets the upper size threshold for write operations that can be buffered.
Writes larger than the specified size will trigger a flush to the underlying stream, followed by a direct write of the provided buffer (provided that the serializer is currently in a state in which it can be flushed).
| serializer | Serializer object. |
| size | Maximum buffered write size, in bytes. |