module Zap::Utils::TarGzip
Defined in:
utils/targzip.crClass Method Summary
- .download_and_unpack(tarball_url : String, destination : Path)
- .pack_file(relative_path : Path, full_path : Path, tw : Crystar::Writer) : Nil
- .pack_folder(folder : Path, tw : Crystar::Writer) : Nil
- .unpack(io : IO, &) : Nil
- .unpack_to(io : IO, destination : Path) : Nil
Class Method Detail
def self.pack_file(relative_path : Path, full_path : Path, tw : Crystar::Writer) : Nil
#