Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ getTotalIn
Method
getTotalIn
src/gnu/zip/Inflater.java:250–253 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
248
*/
249
// @Deprecated
250
public
int
getTotalIn()
251
{
252
return
(
int
) (totalIn - getRemaining());
253
}
254
255
/**
256
* Gets the total number of processed compressed input bytes.
Callers
2
closeEntry
Method · 0.80
read
Method · 0.80
Calls
1
getRemaining
Method · 0.95
Tested by
no test coverage detected