enum Zip::Action
Overview
Constants passed to user-provided ProcSource
proc. See
ProcSource
for usage.
Defined in:
zip/constants.crEnum Members
-
OPEN =
0
-
Open source and prepare it for reading.
-
READ =
1
-
Read data.
-
CLOSE =
2
-
Reading is done.
-
STAT =
3
-
Get meta information.
-
ERROR =
4
-
Get error information.
-
FREE =
5
-
Clean up and free resources.