cef_zip_reader_t.base

Base structure.

More...
struct cef_zip_reader_t
cef_base_ref_counted_t base;

Detailed Description

Moves the cursor to the first file in the archive. Returns true (1) if the cursor position was set successfully.

Moves the cursor to the next file in the archive. Returns true (1) if the cursor position was set successfully.

Moves the cursor to the specified file in the archive. If |caseSensitive| is true (1) then the search will be case sensitive. Returns true (1) if

Meta