delphi-zip
delphi-zip copied to clipboard
Delphi System.zip patch with ZIP64 and LZMA supports
The code provided System.Zip2.pas is copyrighted code from Embarcadero. You should not be publishing their code, you should provide a patch file instead.
Add support for large number of files (more than 65535) Fix issues/warnings Add two tests : BigFile (adds a 4GB file), MultipleFile (adds 65536 files)
TLZMAEncoderStream and TLZMADecoderStream implement TStream interface incorrectly, that is why it is impossible to use them with stock System.Zip, or any other code, that expects TStream descendant. Please, implement support...