Index of values


C
clone [ArchiveLow.Entry]
close [ArchiveLow.Read]
content [ArchiveLwt.Read]
content [Archive.Read]
content t fn Simplified version of Archive.Read.with_file, using a Buffer.t and returning its content.
create [ArchiveLwt.Read]
create [ArchiveLow.Read]
archive_read_new
create [ArchiveLow.Entry]
create [Archive.Read]
Create the archive and do an initial scan of the content

D
data [ArchiveLow.Read]
data_skip [ArchiveLow.Read]

E
entry [ArchiveLwt.Read]
entry [Archive.Read]
Get the entry of a filename

F
file_exists [ArchiveLwt.Read]
file_exists [Archive.Read]
Test file existence in the archive

I
init [ArchiveLow]
is_directory [ArchiveLwt.Read]
is_directory [Archive.Read]
Test if a filename is a directory
is_inited [ArchiveLow]

N
next_header2 [ArchiveLow.Read]

O
open2 [ArchiveLow.Read]
archive_read_open2
open_filename [ArchiveLow.Read]
archive_read_open_filename

P
pathname [ArchiveLow.Entry]

R
readdir [ArchiveLwt.Read]
readdir [Archive.Read]
List content of a directory

S
stat [ArchiveLwt.Read]
stat [ArchiveLow.Entry]
stat [Archive.Read]
Get Unix statistics about a filename in the archive
support_filter_all [ArchiveLow.Read]
archive_read_support_filter_all
support_format_all [ArchiveLow.Read]
archive_read_support_compress_all

W
with_file [ArchiveLwt.Read]
with_file [Archive.Read]
with_file t fn open read close Read the content of a file, use the callbacks function open, read and close to push the data.