mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Add missing documentation for unknownExtendedHeaderRecords
This commit is contained in:
@@ -77,6 +77,7 @@ public struct TarEntryInfo: ContainerEntryInfo {
|
||||
*/
|
||||
public let linkName: String
|
||||
|
||||
/// All unknown records from global and local PAX extended headers. `nil`, if there were no headers.
|
||||
public let unknownExtendedHeaderRecords: [String: String]?
|
||||
|
||||
let isGlobalExtendedHeader: Bool
|
||||
|
||||
Reference in New Issue
Block a user