# File lib/zip/zip_extra_field.rb, line 42 def to_c_dir_bin s = pack_for_c_dir self.class.const_get(:HEADER_ID) + [s.bytesize].pack("v") + s end