RecordSize Property

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarArchive.RecordSize Property

Get the archive's record size. Tar archives are composed of a series of RECORDS each containing a number of BLOCKS. This allowed tar archives to match the IO characteristics of the physical device being used. Archives are expected to be properly "blocked".

public int RecordSize {get;}

See Also

TarArchive Class | ICSharpCode.SharpZipLib.Tar Namespace