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

Method init

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

Initializes or re-initializes reader

()

Source from the content-addressed store, hash-verified

364 * Initializes or re-initializes reader
365 */
366 private void init() {
367 status = STATUS_OK;
368 frameCount = 0;
369 frames = new Vector();
370 gct = null;
371 lct = null;
372 }
373
374
375 /**

Callers 1

readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected