Skip to content

This is a small wrapper library for using liblzma with .NET platform

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-Notices
Notifications You must be signed in to change notification settings

PhilAtWysdom/XZ.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

This is a small wrapper library for using liblzma with .NET platform

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-Notices

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%