Class: Android::Resource::ChunkHeader

Inherits:
Chunk
  • Object
show all
Defined in:
lib/android/resource.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Chunk

#current_position, #exec_parse, #initialize, #read_int16, #read_int32, #read_int8

Constructor Details

This class inherits a constructor from Android::Resource::Chunk

Instance Attribute Details

#header_sizeObject (readonly)

Returns the value of attribute header_size.



37
38
39
# File 'lib/android/resource.rb', line 37

def header_size
  @header_size
end

#sizeObject (readonly)

Returns the value of attribute size.



37
38
39
# File 'lib/android/resource.rb', line 37

def size
  @size
end

#typeObject (readonly)

Returns the value of attribute type.



37
38
39
# File 'lib/android/resource.rb', line 37

def type
  @type
end