Class: Archive::Zip::Entry::LFHRecord
- Inherits:
-
Struct
- Object
- Struct
- Archive::Zip::Entry::LFHRecord
- Defined in:
- lib/archive/zip/entry.rb
Instance Attribute Summary collapse
-
#compressed_data ⇒ Object
Returns the value of attribute compressed_data.
-
#compressed_size ⇒ Object
Returns the value of attribute compressed_size.
-
#compression_method ⇒ Object
Returns the value of attribute compression_method.
-
#crc32 ⇒ Object
Returns the value of attribute crc32.
-
#extra_fields ⇒ Object
Returns the value of attribute extra_fields.
-
#extraction_version ⇒ Object
Returns the value of attribute extraction_version.
-
#general_purpose_flags ⇒ Object
Returns the value of attribute general_purpose_flags.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#uncompressed_size ⇒ Object
Returns the value of attribute uncompressed_size.
-
#zip_path ⇒ Object
Returns the value of attribute zip_path.
Instance Attribute Details
#compressed_data ⇒ Object
Returns the value of attribute compressed_data
73 74 75 |
# File 'lib/archive/zip/entry.rb', line 73 def compressed_data @compressed_data end |
#compressed_size ⇒ Object
Returns the value of attribute compressed_size
73 74 75 |
# File 'lib/archive/zip/entry.rb', line 73 def compressed_size @compressed_size end |
#compression_method ⇒ Object
Returns the value of attribute compression_method
73 74 75 |
# File 'lib/archive/zip/entry.rb', line 73 def compression_method @compression_method end |
#crc32 ⇒ Object
Returns the value of attribute crc32
73 74 75 |
# File 'lib/archive/zip/entry.rb', line 73 def crc32 @crc32 end |
#extra_fields ⇒ Object
Returns the value of attribute extra_fields
73 74 75 |
# File 'lib/archive/zip/entry.rb', line 73 def extra_fields @extra_fields end |
#extraction_version ⇒ Object
Returns the value of attribute extraction_version
73 74 75 |
# File 'lib/archive/zip/entry.rb', line 73 def extraction_version @extraction_version end |
#general_purpose_flags ⇒ Object
Returns the value of attribute general_purpose_flags
73 74 75 |
# File 'lib/archive/zip/entry.rb', line 73 def general_purpose_flags @general_purpose_flags end |
#mtime ⇒ Object
Returns the value of attribute mtime
73 74 75 |
# File 'lib/archive/zip/entry.rb', line 73 def mtime @mtime end |
#uncompressed_size ⇒ Object
Returns the value of attribute uncompressed_size
73 74 75 |
# File 'lib/archive/zip/entry.rb', line 73 def uncompressed_size @uncompressed_size end |
#zip_path ⇒ Object
Returns the value of attribute zip_path
73 74 75 |
# File 'lib/archive/zip/entry.rb', line 73 def zip_path @zip_path end |