Class: VPK::VPKHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/vpk.rb

Constant Summary collapse

VPK_SIGNATURE =
0x55aa1234
VERSION =
1

Instance Attribute Summary collapse

Instance Attribute Details

#directory_lengthObject

Returns the value of attribute directory_length.



12
13
14
# File 'lib/vpk.rb', line 12

def directory_length
  @directory_length
end

#signatureObject

Returns the value of attribute signature.



10
11
12
# File 'lib/vpk.rb', line 10

def signature
  @signature
end

#versionObject

Returns the value of attribute version.



11
12
13
# File 'lib/vpk.rb', line 11

def version
  @version
end