# File lib/zip/streamable_directory.rb, line 3 def initialize(zipfile, entry, srcPath = nil, permissionInt = nil) super(zipfile, entry) @ftype = :directory entry.get_extra_attributes_from_path(srcPath) if (srcPath) @unix_perms = permissionInt if (permissionInt) end
Generated with the Darkfish Rdoc Generator 2.