Header.Extendedtype t = {access_time : int64 option;second granularity since the Epoch
*)charset : string option;comment : string option;group_id : int option;gname : string option;header_charset : string option;link_path : string option;mod_time : int64 option;second granularity since the Epoch
*)path : string option;file_size : int64 option;user_id : int option;uname : string option;}Represents a "Pax" extended header.
val make :
?access_time:int64 ->
?charset:string ->
?comment:string ->
?group_id:int ->
?gname:string ->
?header_charset:string ->
?link_path:string ->
?mod_time:int64 ->
?path:string ->
?file_size:int64 ->
?user_id:int ->
?uname:string ->
unit ->
tmake () creates an extended header.
val to_detailed_string : t -> stringPretty-print the extended header record.