Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getUnsignedInt
Method
getUnsignedInt
ij/src/main/java/ij/io/TiffDecoder.java:105–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
final
long getUnsignedInt() throws IOException {
106
return
(long)getInt()&0xffffffffL;
107
}
108
109
final
int
getShort() throws IOException {
110
int
b1 = in.read();
Callers
1
getRational
Method · 0.95
Calls
1
getInt
Method · 0.95
Tested by
no test coverage detected