TarEntry.SetIds Method

From IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarEntry.SetIds Method 

Convenience method to set this entry's group and user ids.

public void SetIds(
   int userId,
   int groupId
);

Parameters

userId
This entry's new user id.
groupId
This entry's new group id.

See Also

TarEntry Class | ICSharpCode.SharpZipLib.Tar Namespace