Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getRemaining
Method
getRemaining
classpath/java/util/zip/Inflater.java:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
public
int
getRemaining() {
60
return
length;
61
}
62
63
public
void
setInput(byte[] input) {
64
setInput(input, 0, input.length);
Callers
3
needsInput
Method · 0.95
write
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected