mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-12 05:35:17 +00:00
10 lines
200 B
C#
10 lines
200 B
C#
namespace BinaryObjectScanner.Models.TAR
|
|
{
|
|
public sealed class Archive
|
|
{
|
|
/// <summary>
|
|
/// File header
|
|
/// </summary>
|
|
public Header Header { get; set; }
|
|
}
|
|
} |