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

Method putByte

ij/src/main/java/ij/io/RoiEncoder.java:478–480  ·  view source on GitHub ↗
(int base, int v)

Source from the content-addressed store, hash-verified

476 }
477
478 void putByte(int base, int v) {
479 data[base] = (byte)v;
480 }
481
482 void putShort(int base, int v) {
483 data[base] = (byte)(v>>>8);

Callers 3

writeMethod · 0.95
saveImageRoiMethod · 0.95
putHeader2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected