Class: Android::Resource::ResValue
- Defined in:
- lib/android/resource.rb
Constant Summary collapse
- TYPE_REFERENCE =
0x01
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#data_type ⇒ Object
readonly
Returns the value of attribute data_type.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
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
#data ⇒ Object (readonly)
Returns the value of attribute data.
587 588 589 |
# File 'lib/android/resource.rb', line 587 def data @data end |
#data_type ⇒ Object (readonly)
Returns the value of attribute data_type.
587 588 589 |
# File 'lib/android/resource.rb', line 587 def data_type @data_type end |
#size ⇒ Object (readonly)
Returns the value of attribute size.
587 588 589 |
# File 'lib/android/resource.rb', line 587 def size @size end |