Method: Zip::ZipEntry#local_entry_offset
- Defined in:
- lib/zip/zip.rb
#local_entry_offset ⇒ Object
:nodoc:all
268 269 270 |
# File 'lib/zip/zip.rb', line 268 def local_entry_offset #:nodoc:all localHeaderOffset + local_header_size end |