DeCompression of XZ Files using C#

POTNURU Santoshkumar 1 Reputation point
2021-09-20T12:37:15.543+00:00

Hello All,

  We are using C# console application (Framework 4.7) for decompressing .XZ files created by our hardware. 

       We want to know which is the best  tool (.exe or .dll) for decompressing .XZ files using C#.Net.

Thanks in Advance
Santosh P

Windows development Windows API - Win32
Developer technologies .NET .NET CLI
Developer technologies C#
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 90,681 Reputation points
    2021-09-20T13:24:31.173+00:00

    A way is with 7za.exe, from 7Zip

    I just tested with Process.Start and a random .xz file from Google

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.