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 API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,428 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
323 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,292 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 81,831 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