MCPcopy Create free account
hub / github.com/Youlor/unpacker / getPosition

Method getPosition

dexfixer/src/com/android/dex/Dex.java:339–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337 }
338
339 public int getPosition() {
340 return data.position();
341 }
342
343 public void setPosition(int position) {
344 data.position(position);

Callers 1

readClassDefMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected