Convenience method that will modify an entry's name directly in place in an entry header buffer byte array.
[Visual Basic]
Public Sub AdjustEntryName( _
   ByVal outbuf As Byte(), _
   ByVal newName As String _
)
[C#]
public void AdjustEntryName(
   byte[] outbuf,
   string newName
);
Parameters
outbuf
The buffer containing the entry header to modify.
newName
The new name to place into the header buffer.
See Also
TarEntry Class | TarEntry Members | ICSharpCode.SharpZipLib.Tar Namespace