Class: Android::Resource::ResStringPool
- Inherits:
-
ChunkHeader
- Object
- Chunk
- 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 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
#strings ⇒ Object (readonly)
Returns the value of attribute strings.
57 58 59 |
# File 'lib/android/resource.rb', line 57 def strings @strings end |