Class: Archive::Zip::Entry::LFHRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/archive/zip/entry.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) compressed_data

Returns the value of attribute compressed_data

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of zip_path



70
71
72
# File 'lib/archive/zip/entry.rb', line 70

def zip_path
  @zip_path
end