Skip to content

Instantly share code, notes, and snippets.

@sruthi-kurup
sruthi-kurup / ExtractTarGz.cs
Last active February 5, 2024 10:35 — forked from ForeverZer0/ExtractTarGz.cs
Use pure C# to extract .tar and .tar.gz files
using System;
using System.IO;
using System.IO.Compression;
using System.Text;
namespace TarExample
{
public class Tar
{
/// <summary>