OperationMode
in package
ZipStream execution operation modes
Table of Contents
Cases
- NORMAL
- Stream file into output stream
- SIMULATE_LAX
- Simulate the zip to figure out the resulting file size
- SIMULATE_STRICT
- Simulate the zip to figure out the resulting file size
Cases
NORMAL
Stream file into output stream
SIMULATE_STRICT
Simulate the zip to figure out the resulting file size
This only supports entries where the file size is known beforehand and deflation is disabled.
SIMULATE_LAX
Simulate the zip to figure out the resulting file size
If the file size is not known beforehand or deflation is enabled, the entry streams will be read and rewound.
If the entry does not support rewinding either, you will not be able to
use the same stream in a later operation mode like NORMAL
.