qlat.QarFile

class qlat.QarFile(str path=None, *, str mode=None)
__init__()

QarFile(path=path, mode=mode)

Methods

__init__

QarFile(path=path, mode=mode)

close(self)

copy(self, bool is_copying_data=True)

flush(self)

has(self, string fn)

has_regular_file(self, string fn)

index_size(self)

index_size_saved(self)

list(self)

mode(self)

null(self)

path(self)

read(self, string fn)

return qfile

read_data(self, string fn)

read_data_bytes(self, string fn)

read_index(self, string qar_index_content)

read_info(self, string fn)

save_index(self, Long max_diff=0)

show_index(self)

verify_index(self)

write(self, string fn, string info, data, *, ...)