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

Method err

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

Returns true if an error was encountered during reading/decoding

()

Source from the content-addressed store, hash-verified

396 * Returns true if an error was encountered during reading/decoding
397 */
398 protected boolean err() {
399 return status != STATUS_OK;
400 }
401
402 /**
403 * Initializes or re-initializes reader

Callers 6

readMethod · 0.95
readContentsMethod · 0.95
readHeaderMethod · 0.95
readBitmapMethod · 0.95
readNetscapeExtMethod · 0.95
skipMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected