Example #1
0
 public TarEntry(Maticsoft.ZipLib.Tar.TarHeader header)
 {
     if (header == null)
     {
         throw new ArgumentNullException("header");
     }
     this.header = (Maticsoft.ZipLib.Tar.TarHeader) header.Clone();
 }