Please add Pointer.address().
I need this for modifying pointer address.
Code is this.
public long address() {
return address;
}
public Pointer address(long address) {
this.address = address;
return this;
}
Original issue reported on code.google.com by yukoba on 3 Oct 2012 at 2:28
Original issue reported on code.google.com by
yukoba
on 3 Oct 2012 at 2:28