module BigReader

Extended Modules

Defined in:

big_reader.cr
big_reader/file.cr
big_reader/header.cr
big_reader/indexed_file.cr
big_reader/version.cr

Constant Summary

VERSION = "0.1.0"

Instance Method Summary

Instance Method Detail

def extract(file : ::File, base_dir = "") #

Extract all files from within an big archive An optional base_dir can be given to set the start directory for extraction

BigReader.extract(File.open("example.big"), "./export/")
``

[View source]