class Archive::File

Defined in:

archive.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(filename : String, block_size : Int32 = 10240) #

[View source]

Class Method Detail

def self.open(filename : String, block_size = 10240, &) #

[View source]

Instance Method Detail

def check #

Attemps to get read the first file entry. Raises if it failes. This is useful when checking the integrity of the archive.


[View source]
def entries #

[View source]
def read_entry(filename : String) #

[View source]