Parent

Methods

Class/Module Index [+]

Quicksearch

Rex::Zip::DataDesc

This structure is sometimes stored after the file data and used instead of the fields within the Local File Header.

Constants

SIGNATURE

Public Class Methods

new(compinfo) click to toggle source
# File lib/rex/zip/blocks.rb, line 64
def initialize(compinfo)
        @compinfo = compinfo
end

Public Instance Methods

pack() click to toggle source
# 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.