Class: Android::Resource::ResStringPool
- Inherits:
-
ChunkHeader
- Object
- ChunkHeader
- Android::Resource::ResStringPool
- Defined in:
- lib/android/resource.rb
Constant Summary collapse
- SORTED_FLAG =
1 << 0
- UTF8_FLAG =
1 << 8
Instance Attribute Summary collapse
-
#strings ⇒ Object
readonly
Returns the value of attribute strings.
Attributes inherited from ChunkHeader
Method Summary
Methods inherited from ChunkHeader
Constructor Details
This class inherits a constructor from Android::Resource::ChunkHeader
Instance Attribute Details
#strings ⇒ Object (readonly)
Returns the value of attribute strings.
44 45 46 |
# File 'lib/android/resource.rb', line 44 def strings @strings end |