Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
grab
master
ContentDisposition
Grab
Download
Network
ProgressBar
Built with Crystal 1.9.2
2023-10-07 18:12:45 UTC
class
Grab::Download
Grab::Download
Reference
Object
Defined in:
grab/download.cr
Constant Summary
BLOCK_SIZE
=
8192
Constructors
.new
(filename : String, num_parts : Int32, filesize : UInt64)
Instance Method Summary
#combine
#filename
: String
#num_parts
: Int32
Constructor Detail
def self.
new
(filename : String, num_parts : Int32, filesize : UInt64)
#
[
View source
]
Instance Method Detail
def
combine
#
[
View source
]
def
filename
: String
#
[
View source
]
def
num_parts
: Int32
#
[
View source
]