Method: Rant::Archive::Rubyzip::ZipEntry#next_header_offset

Defined in:
lib/rant/archive/rubyzip.rb

#next_header_offsetObject

:nodoc:all



364
365
366
# File 'lib/rant/archive/rubyzip.rb', line 364

def next_header_offset  #:nodoc:all
  local_entry_offset + self.compressed_size
end