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