Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ inflate
Method
inflate
classpath/java/util/zip/Inflater.java:81–83 ·
view source on GitHub ↗
(byte[] output)
Source
from the content-addressed store, hash-verified
79
}
80
81
public
int
inflate(byte[] output) throws DataFormatException {
82
return
inflate(output, 0, output.length);
83
}
84
85
public
int
inflate(byte[] output,
int
offset,
int
length)
86
throws DataFormatException
Callers
1
read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected