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

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

Instance Attribute Summary collapse

Instance Attribute Details

#compressed_dataObject

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

#compressed_sizeObject

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

#compression_methodObject

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

#crc32Object

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

#extra_fieldsObject

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

#extraction_versionObject

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

#general_purpose_flagsObject

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

#mtimeObject

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

#uncompressed_sizeObject

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

#zip_pathObject

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