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

Method getByte

ij/src/main/java/ij/io/RoiDecoder.java:579–581  ·  view source on GitHub ↗
(int base)

Source from the content-addressed store, hash-verified

577
578
579 int getByte(int base) {
580 return data[base]&255;
581 }
582
583 int getShort(int base) {
584 int b0 = data[base]&255;

Callers 4

getRoiMethod · 0.95
getShapeRoiMethod · 0.95
getImageRoiMethod · 0.95
fillMemDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected