MCPcopy 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

readBufMethod · 0.95
readLeByteMethod · 0.95

Calls 1

readMethod · 0.45

Tested by

no test coverage detected