Man page - zzip_fread(3)
Packages contas this manual
- zzip_seterror(3)
- zzip_entry_findfirst(3)
- zzip_dir_fdopen_ext_io(3)
- zzip_compr_str(3)
- __zzip_parse_root_directory(3)
- zzip_dir_free(3)
- zzip_realdir(3)
- zzip_dir_read(3)
- zzip_dir_alloc_ext_io(3)
- zzip_file_read(3)
- zzip_rewind(3)
- zzip_seek(3)
- zzip_file_stat(3)
- zzip_entry_fclose(3)
- zzip_entry_fopen(3)
- zzip_realfd(3)
- zzip_rewinddir(3)
- zzip_open_ext_io(3)
- zzip_close(3)
- zzip_seekdir(3)
- zzip_dir_fdopen(3)
- zzip_tell(3)
- zzip_dirhandle(3)
- zzip_telldir(3)
- zzip_file_real(3)
- zzip_entry_findmatch(3)
- zzip_dir_open(3)
- zzip_entry_findnext(3)
- zzip_entry_fread_file_header(3)
- zzip_read(3)
- zzip_opendir_ext_io(3)
- zzip_errno(3)
- zzip_telldir32(3)
- zzip_readdir(3)
- zzip_dir_close(3)
- zzip_entry_free(3)
- zzip_dir_open_ext_io(3)
- zzip_file_close(3)
- zzip_entry_ffile(3)
- zzip_entry_data_offset(3)
- zzip_entry_fread(3)
- zzip_tell32(3)
- zzip_strerror(3)
- zzip_seekdir32(3)
- zzip_dirfd(3)
- zzip_entry_findfile(3)
- zzip_fclose(3)
- zzip_dir_real(3)
- __zzip_try_open(3)
- zzip_dir_alloc(3)
- zzip_opendir(3)
- zzip_freopen(3)
- zzip_entry_strdup_name(3)
- zzip_strerror_of(3)
- zzip_fread(3)
- zzip_inflate_init(3)
- zzip_filesize(3)
- zzip_fopen(3)
- zzip_get_default_io(3)
- zzip_open(3)
- zzip_open_shared_io(3)
- __zzip_fetch_disk_trailer(3)
- zzip_entry_feof(3)
- zzip_init_io(3)
- zzip_file_open(3)
- zzip_fstat(3)
- zzip_closedir(3)
- zzip_dir_stat(3)
- zzip_seek32(3)
- zzip_error(3)
Package: libzzip-dev
apt-get install libzzip-dev
apt-get install libzzip-dev
Manuals in package:
Documentations in package:
Manual
| zzip_read(3) | zziplib Function List | zzip_read(3) |
NAME
zzip_read, zzip_fread - read data.
SYNOPSIS
#include <zzip/lib.h> zzip_ssize_t zzip_read(ZZIP_FILE* fp, void* buf, zzip_size_t len) zzip_size_t zzip_fread(void* ptr, zzip_size_t size, zzip_size_t nmemb, ZZIP_FILE* file)
DESCRIPTION
The zzip_read function will read(2) data from a real/zipped file.
The zzip_read function is the replacement for read(2) will fill
the given buffer with bytes from the opened file. It will return the number
of bytes read, so if the EOF is encountered you will be prompted with the
number of bytes actually read.
If the file-handle is wrapping a stat'able file then it will actually just
perform a normal read(2)-call, otherwise zzip_file_read is
called to decompress the data stream and any error is mapped to
errno(3).
AUTHOR
Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
COPYRIGHT
Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
| 0.13.78 | zziplib |