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.
1.9 KiB
1.9 KiB
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.