ZipFile: Allow uncompress without knowing output size
In non-raw mode, it is not necessary to know the size of theoutput beforehand.
Renamed ZipFile_Uncompress2 to ZipFile_UncompressRaw.
View differences
ZipFile: Allow uncompress without knowing output size
In non-raw mode, it is not necessary to know the size of the
output beforehand.
Renamed ZipFile_Uncompress2 to ZipFile_UncompressRaw.