Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val with_next_file : in_channel -> (in_channel -> Tar.Header.t -> 'a) -> 'a
with_next_file ic f
Read the next header, apply the function f
to ic
and the header. The function should leave ic
positioned immediately after the datablock. really_read
can be used for this purpose. Finally the function skips past the zero padding to the next header.
val list : ?level:Tar.Header.compatibility -> in_channel -> Tar.Header.t list
List the contents of a tar.