Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ toByteArray
Method
toByteArray
ij/src/main/java/ij/io/ImageReader.java:1133–1137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1131
}
1132
1133
public
byte[] toByteArray() {
1134
byte[] bytes =
new
byte[size];
1135
System.arraycopy(data, 0, bytes, 0, size);
1136
return
bytes;
1137
}
1138
1139
}
1140
Callers
6
lzwUncompress
Method · 0.95
packBitsUncompress
Method · 0.95
zipUncompress
Method · 0.45
serialize
Method · 0.45
openDicomStack
Method · 0.45
saveAsByteArray
Method · 0.45
Calls
1
arraycopy
Method · 0.45
Tested by
no test coverage detected