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