Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dumbledore/AlbiteREADER
/ fillBuf
Method
fillBuf
src/gnu/zip/ZipInputStream.java:76–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
private
void
fillBuf() throws IOException
77
{
78
avail = len = in.read(buf, 0, buf.length);
79
}
80
81
private
int
readBuf(byte[] out,
int
offset,
int
length) throws IOException
82
{
Callers
2
readBuf
Method · 0.95
readLeByte
Method · 0.95
Calls
1
read
Method · 0.45
Tested by
no test coverage detected