|
Blender V4.3
|
Inherits WriteWrap.
Public Member Functions | |
Internal Write Wrapper's (Abstracts Compression) | |
Use if we want to store how many bytes have been written to the file. | |
| bool | open (const char *filepath) override |
| bool | close () override |
| bool | write (const void *buf, size_t buf_len) override |
Additional Inherited Members | |
Public Attributes inherited from WriteWrap | |
| bool | use_buf = true |
Definition at line 175 of file writefile.cc.
|
overridevirtual |
Implements WriteWrap.
Definition at line 198 of file writefile.cc.
References close().
Referenced by close().
|
overridevirtual |
Implements WriteWrap.
Definition at line 185 of file writefile.cc.
References BLI_open(), file, and O_BINARY.
|
overridevirtual |
Implements WriteWrap.
Definition at line 202 of file writefile.cc.