Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ size
Method
size
ij/src/main/java/ij/io/ImageReader.java:1111–1113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1109
}
1110
1111
public
int
size() {
1112
return
size;
1113
}
1114
1115
public
void
add(byte[] array) {
1116
int
length = array.length;
Callers
5
lzwUncompress
Method · 0.95
packBitsUncompress
Method · 0.95
importData
Method · 0.45
getTiffInfo
Method · 0.45
flush
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected