module Zap::Utils::TarGzip

Defined in:

utils/targzip.cr

Class Method Summary

Class Method Detail

def self.download_and_unpack(tarball_url : String, destination : Path) #

[View source]
def self.pack_file(relative_path : Path, full_path : Path, tw : Crystar::Writer) : Nil #

[View source]
def self.pack_folder(folder : Path, tw : Crystar::Writer) : Nil #

[View source]
def self.unpack(io : IO, &) : Nil #

[View source]
def self.unpack_to(io : IO, destination : Path) : Nil #

[View source]