Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
archive
v0.1.0
Archive
Entry
Error
File
Status
Built with Crystal 1.9.2
2023-10-07 16:36:59 UTC
class
Archive::File
Archive::File
Reference
Object
Defined in:
archive.cr
Constructors
.new
(filename : String, block_size : Int32 =
10240
)
Class Method Summary
.open
(filename : String, block_size =
10240
, &)
Instance Method Summary
#entries
#read_entry
(filename : String)
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
entries
#
[
View source
]
def
read_entry
(filename : String)
#
[
View source
]