MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / skip

Method skip

ij/src/main/java/ij/plugin/GIF_Reader.java:726–730  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

724 * next zero length block.
725 */
726 private void skip() {
727 do {
728 readBlock();
729 } while ((blockSize > 0) && !err());
730 }
731}
732
733 class GifFrame {

Callers 2

readContentsMethod · 0.95
readImageMethod · 0.95

Calls 2

readBlockMethod · 0.95
errMethod · 0.95

Tested by

no test coverage detected