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

Method init

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

Initializes or re-initializes reader

()

Source from the content-addressed store, hash-verified

403 * Initializes or re-initializes reader
404 */
405 protected void init() {
406 status = STATUS_OK;
407 frameCount = 0;
408 frames = new Vector<>();
409 gct = null;
410 lct = null;
411 }
412
413 /**
414 * Reads a single byte from the input stream.

Callers 3

readMethod · 0.95
encryptMethod · 0.45
decryptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected