file.get_input_stream leaves the file open by default, which means the zip cannot be moved later on. But the block version of it closes the file automatically.
file.get_input_stream leaves the file open by default, which means the zip cannot be moved later on. But the block version of it closes the file automatically.