Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.95
saveImageRoi
Method · 0.95
putHeader2
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected