TarArchive Properties

The properties of the TarArchive class are listed below. For a complete list of TarArchive class members, see the TarArchive Members topic.

Public Instance Properties

GroupId Get the group id being used for archive entry headers.
GroupName Get the group name being used for archive entry headers.
IsVerbose Get/Set the verbosity setting.
RecordSize Get the archive's record size. Because of its history, tar supports the concept of buffered IO consisting of BLOCKS of RECORDS. This allowed tar to match the IO characteristics of the physical device being used. Of course, in the Java world, this makes no sense, WITH ONE EXCEPTION - archives are expected to be propertly "blocked". Thus, all of the horrible TarBuffer support boils down to simply getting the "boundaries" correct.
UserId Get the user id being used for archive entry headers.
UserName Get the user name being used for archive entry headers.

See Also

TarArchive Class | ICSharpCode.SharpZipLib.Tar Namespace