Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
read
Method · 0.80
readHeader
Method · 0.80
write
Method · 0.80
read
Method · 0.80
readHeader
Method · 0.80
deflate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected