TarEntry.AdjustEntryName Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarEntry.AdjustEntryName Method 

Convenience method that will modify an entry's name directly in place in an entry header buffer byte array.

public static void AdjustEntryName(
   byte[] buffer,
   string newName
);

Parameters

buffer
The buffer containing the entry header to modify.
newName
The new name to place into the header buffer.

See Also

TarEntry Class | ICSharpCode.SharpZipLib.Tar Namespace