cef_zip_reader_t.read_file

Read uncompressed file contents into the specified buffer. Returns < 0 if an error occurred, 0 if at the end of file, or the number of bytes read.

struct cef_zip_reader_t
extern (System)
int function(cef_zip_reader_t* self, void* buffer, size_t bufferSize) nothrow read_file;

Meta