Write an archive record to the archive.
Overload List
Write an archive record to the archive.
public void WriteRecord(byte[]);
Write an archive record to the archive, where the record may be inside of a larger array buffer. The buffer must be "offset plus record size" long.
public void WriteRecord(byte[],int);
See Also
TarBuffer Class | TarBuffer Members | ICSharpCode.SharpZipLib.Tar Namespace