MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / write

Method write

ij/src/main/java/ij/io/LogStream.java:157–161  ·  view source on GitHub ↗
(byte[] b)

Source from the content-addressed store, hash-verified

155 }
156
157 @Override
158 // ever called?
159 public void write(byte[] b) {
160 this.write(b, 0, b.length);
161 }
162
163 @Override
164 public void write(byte[] b, int off, int len) {

Callers

nothing calls this directly

Calls 3

ejectBufferMethod · 0.95
writeMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected