Fixed naming conventions
This commit is contained in:
@@ -8,9 +8,9 @@ namespace AMWD.Common.Packing.Tar
|
||||
// https://github.com/ygoe/DotnetMakeDeb/blob/v1.1.0/DotnetMakeDeb/Tar/TarWriter.cs
|
||||
public class TarWriter : LegacyTarWriter
|
||||
{
|
||||
public TarWriter(Stream outStream) : base(outStream)
|
||||
{
|
||||
}
|
||||
public TarWriter(Stream outStream)
|
||||
: base(outStream)
|
||||
{ }
|
||||
|
||||
protected override void WriteHeader(string name, DateTime lastModificationTime, long count, int userId, int groupId, int mode, EntryType entryType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user