This structure is written after the per-entry central directory records to provide information about the archive as a whole.
# File lib/rex/zip/blocks.rb, line 154 def initialize(ncfd, cfdsz, offset, comment=nil) @disk_no = 0 @disk_dir_start = 0 @ncfd_this_disk = ncfd @ncfd_total = ncfd @cfd_size = cfdsz @start_offset = offset @comment = comment @comment ||= '' end
Generated with the Darkfish Rdoc Generator 2.