MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / setOutput

Method setOutput

java/com/jcraft/jzlib/ZStream.java:274–276  ·  view source on GitHub ↗
(byte[] buf)

Source from the content-addressed store, hash-verified

272 }
273
274 public void setOutput(byte[] buf){
275 setOutput(buf, 0, buf.length);
276 }
277
278 public void setOutput(byte[] buf, int off, int len){
279 next_out = buf;

Callers 6

readMethod · 0.80
readHeaderMethod · 0.80
writeMethod · 0.80
readMethod · 0.80
readHeaderMethod · 0.80
deflateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected