Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
zipstream
v0.23.19
Zipstream
ArchiveHelper
BasicAuthHandler
BeforeHandler
CLI
Config
HiddenStaticFileHandler
LogHandler
NotFoundStaticFileHandler
StaticFileHandler
DirectoryListing
SymlinkStaticFileHandler
TarHandler
TarHelper
TgzHandler
Web
Server
ZipHandler
ZipHelper
Generated using Crystal 1.16.3
2025-10-16 23:44:44 UTC
module
Zipstream::
TarHelper
Included Modules
Zipstream::ArchiveHelper
Direct including types
Zipstream::TarHandler
Zipstream::TgzHandler
Defined in:
zipstream/helpers/tar_helper.cr
Instance Method Summary
#tar_directory!
(path : String, io)
#tar_file!
(path : String, io)
Instance methods inherited from module
Zipstream::ArchiveHelper
file_match_options : File::MatchOptions
file_match_options
,
relative_path(base_path : Path, entry_path : Path) : String
relative_path
Instance Method Detail
def
tar_directory!
(path : String, io)
#
[
View source
]
def
tar_file!
(path : String, io)
#
[
View source
]