Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 192 Bytes

File metadata and controls

9 lines (7 loc) · 192 Bytes

MZ_SEEK

Minizip 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