Giter Site home page Giter Site logo

delphi-zip's People

Contributors

ccy avatar silvioprog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

delphi-zip's Issues

TZipFile Comment

I have reported (and solve) an issue to Embarcadero : RSP-37093

You can download System.Zip2 corrected in TestZipFIle

There is a small projet to demonstrate the bug.

Best regards,
David Nardi

Some bugs

Hi.

  1. Constants SZipExceedNumberOfFiles and SSpecifiedFileNotFound not declared in implementation section.
  2. Memory leak in TZipFile.GetEncoding. Just free FCP437Encoding in class destructor.

LZMA Compaction Example.

Hello, I've been here for several hours and I can't do the compression and even the Unzipping in the LZMA format could not attach a demo project to me.

Grateful.

System.Zip.LZMA can't be used by any code, that expects TStream descendant

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 for reading and writing in chunks from any buffer, as expected by TStream.

Zip more than 65535 files

I know that you are not the one that wrote this part but do you know why there is an hard-coded file limit in System.Zip.pas ? I'm not able to find a reference a out this limit on Internet.

  if FFiles.Count = $FFFF then
    raise EZipException.CreateRes(@SZipExceedNumberOfFiles);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.