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

Method readShort

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

Reads next 16-bit value, LSB first

()

Source from the content-addressed store, hash-verified

657 * Reads next 16-bit value, LSB first
658 */
659 protected int readShort() {
660 // read 16-bit value, LSB first
661 return read() | (read() << 8);
662 }
663
664 /**
665 * Resets frame state for reading next image.

Callers 3

readGraphicControlExtMethod · 0.95
readBitmapMethod · 0.95
readLSDMethod · 0.95

Calls 1

readMethod · 0.95

Tested by

no test coverage detected