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

Interface ArrayOutput

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

An interface for writing arrays of primitive values to a binary stream. This interfaces extends the standard interface java.io.DataOutput. It adds methods for writing 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 63

paintToPngMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
writeShortMethod · 0.65
writeIntMethod · 0.65
writeLongMethod · 0.65
writeCharsMethod · 0.65
writeObjectMethod · 0.65
writeObjectMethod · 0.65
writeBooleanMethod · 0.65
writeBooleanMethod · 0.65

Implementers 3

ArrayOutputStreamcore/src/main/java/edu/mines/jtk/io/Ar
ArrayFilecore/src/main/java/edu/mines/jtk/io/Ar
ArrayOutputAdaptercore/src/main/java/edu/mines/jtk/io/Ar

Calls

no outgoing calls

Tested by

no test coverage detected