Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ Deflater
Method
Deflater
classpath/java/util/zip/Deflater.java:32–35 ·
view source on GitHub ↗
(int level, boolean nowrap)
Source
from the content-addressed store, hash-verified
30
private
boolean finish;
31
32
public
Deflater(
int
level, boolean nowrap) {
33
this.nowrap = nowrap;
34
peer = make(nowrap, level);
35
}
36
37
public
Deflater(
int
level) {
38
this(level, false);
Callers
nothing calls this directly
Calls
1
make
Method · 0.95
Tested by
no test coverage detected