|
Blender V4.5
|
Public Attributes | |
| uchar * | buf |
| size_t | used_len |
| size_t | max_size |
| size_t | chunk_size |
Definition at line 414 of file writefile.cc.
| uchar* WriteData::[struct].buffer buf |
Use for file and memory writing (size stored in max_size).
| size_t WriteData::[struct].buffer chunk_size |
Threshold above which writes get their own chunk.
| size_t WriteData::[struct].buffer max_size |
Maximum size of the buffer.
| size_t WriteData::[struct].buffer used_len |
Number of bytes used in #WriteData.buf (flushed when exceeded).