Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ ejectBuffer
Method
ejectBuffer
ij/src/main/java/ij/io/LogStream.java:198–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
private
void
ejectBuffer() {
199
IJ.log(prefix + byteStream.toString());
200
byteStream.reset();
201
}
202
203
}
Callers
2
write
Method · 0.95
flush
Method · 0.95
Calls
3
log
Method · 0.95
reset
Method · 0.65
toString
Method · 0.45
Tested by
no test coverage detected