zip_source_is_seekable - Man Page
check if a source supports seeking
Library
libzip (-lzip)
Synopsis
#include <zip.h
>
int
zip_source_is_seekable
(zip_source_t *source);
Description
The function zip_source_is_seekable
() checks if source supports seeking via zip_source_seek(3).
Return Values
If the source supports seeking, 1 is returned. Otherwise, 0 is returned.
See Also
History
zip_source_is_seekable
() was added in libzip 1.10.0.
Authors
Dieter Baron <dillo@nih.at> and Thomas Klausner <wiz@gatalith.at>
Referenced By
March 10, 2023