MCPcopy Create free account
hub / github.com/MinesJTK/jtk / readFully

Method readFully

core/src/main/java/edu/mines/jtk/io/ArrayInput.java:30–30  ·  view source on GitHub ↗
(byte[] b)

Source from the content-addressed store, hash-verified

28
29 // From DataInput
30 public void readFully(byte[] b) throws IOException;
31 public void readFully(byte[] b, int off, int len) throws IOException;
32 public int skipBytes(int n) throws IOException;
33 public boolean readBoolean() throws IOException;

Callers 9

readFullyMethod · 0.65
readFullyMethod · 0.65
readFullyMethod · 0.65
readCharsMethod · 0.65
readShortsMethod · 0.65
readIntsMethod · 0.65
readLongsMethod · 0.65
readFloatsMethod · 0.65
readDoublesMethod · 0.65

Implementers 3

ArrayInputStreamcore/src/main/java/edu/mines/jtk/io/Ar
ArrayFilecore/src/main/java/edu/mines/jtk/io/Ar
ArrayInputAdaptercore/src/main/java/edu/mines/jtk/io/Ar

Calls

no outgoing calls

Tested by

no test coverage detected