MCPcopy Create free account
hub / github.com/Card-Forge/forge / skip

Method skip

forge-gui-mobile/src/forge/animation/GifDecoder.java:684–688  ·  view source on GitHub ↗

Skips variable length blocks up to and including next zero length block.

()

Source from the content-addressed store, hash-verified

682 * Skips variable length blocks up to and including next zero length block.
683 */
684 protected void skip() {
685 do {
686 readBlock();
687 } while ((blockSize > 0) && !err());
688 }
689
690 private Animation<TextureRegion> getAnimation(PlayMode playType) {
691 int nrFrames = getFrameCount();

Callers 4

readContentsMethod · 0.95
readBitmapMethod · 0.95
applyMethod · 0.45
playMethod · 0.45

Calls 2

readBlockMethod · 0.95
errMethod · 0.95

Tested by

no test coverage detected