Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.27 KB

XZ.NET

XZ.NET is a .NET wrapper for liblzma.dll

License

Licensed under MIT license. See LICENSE, AUTHORS.

This project uses a public domain compression library liblzma from XZ Utils and build tools for Windows (MinGW-w64), which were used by creators of XZ Utils. See LICENSE-Notices for information.

Description

The intentions of this library is to provide basic operations with .xz file format to .NET developers.

Please note that library is in the early stages of development and many features are missing. Also, bugs may be present. The library was tested with i686-sse2 version of liblzma 5.2.1 (this version is included in project under name liblzma.dll).

You can find some basic examples in 'Examples' folder of project.

ChangeLog

16/06/2015 - 1.1.0

  • Switched the license to MIT

11/05/2015

  • Added x86-64 liblzma support and conditional compilation

11/03/2015 What's new:

  • compressing data
  • retargeted to 2.0 framework and now using generics instead of LINQ
  • now using 5.2.1 version of liblzma

18/01/2015 - 1.0

Initial commit. Library can be used for:

  • getting uncompressed stream from .xz archive
  • getting the size of uncompressed file

Contact

Roman Belkov - [email protected]

Kirill Melentyev - [email protected]