MCPcopy Index your code
hub / github.com/dumbledore/AlbiteREADER / readFully

Method readFully

src/gnu/zip/ZipFile.java:651–655  ·  view source on GitHub ↗
(byte[] buf)

Source from the content-addressed store, hash-verified

649 }
650
651 void readFully(byte[] buf) throws IOException
652 {
653 if (read(buf, 0, buf.length) != buf.length)
654 throw new EOFException();
655 }
656
657 void readFully(byte[] buf, int off, int len) throws IOException
658 {

Callers 3

readEntriesMethod · 0.95
readStringMethod · 0.95
fillBufferMethod · 0.45

Calls 1

readMethod · 0.95

Tested by

no test coverage detected