Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getRoi
Method · 0.95
getShapeRoi
Method · 0.95
getImageRoi
Method · 0.95
fillMemData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected