I am new to .NET. Is it possible to create a tar.gz using a .NET environment? If yes, how?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Carriage Return (ASCII chr 13) is missing from tex
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
I guess you can also use http://sevenziplib.codeplex.com/
Have a look at SharpZipLib
http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx
Yes, it is possible.
Of course, you should be familiar with streams.