()
| 445 | } |
| 446 | |
| 447 | public CallSiteId readCallSiteId() { |
| 448 | int offset = readInt(); |
| 449 | return new CallSiteId(Dex.this, offset); |
| 450 | } |
| 451 | |
| 452 | public MethodHandle readMethodHandle() { |
| 453 | MethodHandleType methodHandleType = MethodHandleType.fromValue(readUnsignedShort()); |