class Tarball::GzArchive

Overview

Gzipped tar archive file object.

Defined in:

tarball/gziprd_archive.cr

Instance Method Summary

Instance methods inherited from class Tarball::Archive

[](filename : String) [], []?(filename : String) []?, close close, closed? : Bool closed?, each_entity
each_entity(&block)
each_entity
, entities entities, extract_all(dir = ".") extract_all, extract_file(filename : String, path : String? = nil) extract_file, filenames filenames, format format, write_content(filename : String, io : IO) write_content

Class methods inherited from class Tarball::Archive

open(archive_file : String) open

Instance Method Detail

def finalize #

[View source]