Class: Zip64::EOCDR

Inherits:
Block
  • Object
show all
Defined in:
lib/zip64/structures.rb

Constant Summary collapse

SIG =
0x06054b50

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Block

base_size, #describe, #fields, fields, #initialize, #pack_field, #read_field_from, read_from, #size, size_of, #size_of

Constructor Details

This class inherits a constructor from Block

Instance Attribute Details

#file_commentObject

Returns the value of attribute file_comment.



428
429
430
# File 'lib/zip64/structures.rb', line 428

def file_comment
  @file_comment
end

Instance Method Details

#to_stringObject



429
430
431
# File 'lib/zip64/structures.rb', line 429

def to_string
	super + "#{@file_comment}"
end