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

Method readFully

classpath/java/io/DataInput.java:19–19  ·  view source on GitHub ↗
(byte[] b)

Source from the content-addressed store, hash-verified

17 double readDouble() throws IOException;
18 float readFloat() throws IOException;
19 void readFully(byte[] b) throws IOException;
20 void readFully(byte[] b, int off, int len) throws IOException;
21 int readInt() throws IOException;
22 String readLine() throws IOException;

Callers 2

seekMethod · 0.65
readMethod · 0.65

Implementers 2

DataInputStreamclasspath/java/io/DataInputStream.java
ObjectInputStreamclasspath/java/io/ObjectInputStream.ja

Calls

no outgoing calls

Tested by

no test coverage detected