Class: Android::Dex::DexObject::ProtoIdItem

Inherits:
Android::Dex::DexObject show all
Defined in:
lib/android/dex/dex_object.rb

Overview

proto_id_item

Instance Attribute Summary

Attributes inherited from Android::Dex::DexObject

#size

Class Method Summary collapse

Methods inherited from Android::Dex::DexObject

#[], #initialize, #inspect, #symbols

Constructor Details

This class inherits a constructor from Android::Dex::DexObject

Class Method Details

.sizeObject

Note:

this method for DexObject#read_class_array (private method)

return parse data size

Returns:

  • bytes



208
209
210
# File 'lib/android/dex/dex_object.rb', line 208

def self.size
  4 * 3
end