MCPcopy Index your code
hub / github.com/dhale/jtk / ArrayInput

Interface ArrayInput

core/src/main/java/edu/mines/jtk/io/ArrayInput.java:27–248  ·  view source on GitHub ↗

An interface for reading arrays of primitive values from a binary stream. This interfaces extends the standard interface java.io.DataInput. It adds methods for reading arrays of primitive values. @author Dave Hale, Colorado School of Mines @version 2006.08.05

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 76

readFullyMethod · 0.65
readFullyMethod · 0.65
readFullyMethod · 0.65
readCharsMethod · 0.65
readShortsMethod · 0.65
readIntsMethod · 0.65
readLongsMethod · 0.65
readFloatsMethod · 0.65
skipBytesMethod · 0.65
skipBytesMethod · 0.65
skipBytesMethod · 0.65
readObjectMethod · 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