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

Method skip

dexfixer/src/com/android/dex/Dex.java:613–618  ·  view source on GitHub ↗
(int count)

Source from the content-addressed store, hash-verified

611 }
612
613 public void skip(int count) {
614 if (count < 0) {
615 throw new IllegalArgumentException();
616 }
617 data.position(data.position() + count);
618 }
619
620 /**
621 * Skips bytes until the position is aligned to a multiple of 4.

Callers 2

readCodeMethod · 0.95
transformCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected