Class: Omnizip::Formats::Rar::Rar5::EndHeader

Inherits:
Header
  • Object
show all
Defined in:
lib/omnizip/formats/rar/rar5/header.rb

Overview

End of archive header

Instance Attribute Summary

Attributes inherited from Header

#data_area_size, #extra_area, #flags, #header_data, #type

Instance Method Summary collapse

Methods inherited from Header

#encode

Constructor Details

#initializeEndHeader

Returns a new instance of EndHeader.



176
177
178
179
# File 'lib/omnizip/formats/rar/rar5/header.rb', line 176

def initialize
  # End header is minimal
  super(HEADER_TYPE_END, flags: 0)
end