Skip to content

I have picked up zlib.net #2

@AraHaan

Description

@AraHaan

In order for me to push the fixed bugs along I had to rename the project to zlib.managed, also in fixing the bugs I created a helper class that compresses the data simpler and does not require users to need to use ZInputStream or ZOutputStream themselves called MemoryZlib which has members Compress and Decompress that allows them to set:

  1. Compression levels,
  2. Pass in the output as the second parameter to the method.
  3. The first parameter is the actual raw data.

Also if you want to archive this and let the people who fork zlib.net or even somehow get the normal zlib.net to update to say Use the package 'zlib.managed' instead of this one. That package major bug fixes and has helper methods to simplify all of your zlib usage.
https://github.com/Elskom/zlib.managed/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions