Object
This structure is sometimes stored after the file data and used instead of the fields within the Local File Header.
# File lib/rex/zip/blocks.rb, line 64 def initialize(compinfo) @compinfo = compinfo end
# File lib/rex/zip/blocks.rb, line 68 def pack ret = [ SIGNATURE ].pack('V') ret << @compinfo.pack ret end
[Validate]
Generated with the Darkfish Rdoc Generator 2.