mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
184 B
184 B
MZ_SEEK
Stream seek origin enumeration.
Name | Code | Description |
---|---|---|
MZ_SEEK_SET | 0 | Seek from beginning |
MZ_SEEK_CUR | 1 | Seek from current position |
MZ_SEEK_END | 2 | Seek from end |