Add missing documentation for unknownExtendedHeaderRecords

This commit is contained in:
Timofey Solomko
2018-03-04 12:09:31 +03:00
parent 02d4163295
commit 08473e1aff
+1
View File
@@ -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