Convenience method to set this entry's group and user ids.
[Visual Basic]
Public Sub SetIds( _
   ByVal userId As Integer, _
   ByVal groupId As Integer _
)
[C#]
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 | TarEntry Members | ICSharpCode.SharpZipLib.Tar Namespace