MCPcopy Create free account
hub / github.com/ReadyTalk/avian / readFully

Method readFully

classpath/java/io/ObjectInputStream.java:101–103  ·  view source on GitHub ↗
(byte[] b)

Source from the content-addressed store, hash-verified

99 }
100
101 public void readFully(byte[] b) throws IOException {
102 readFully(b, 0, b.length);
103 }
104
105 public void readFully(byte[] b, int offset, int length) throws IOException {
106 while (length > 0) {

Callers 3

rawStringMethod · 0.95
readUTFMethod · 0.95
readObjectMethod · 0.95

Calls 1

readMethod · 0.95

Tested by

no test coverage detected