MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / read

Method read

src/main/java/com/volmit/adapt/util/Writable.java:28–28  ·  view source on GitHub ↗
(DataInputStream i)

Source from the content-addressed store, hash-verified

26 void write(DataOutputStream o) throws IOException;
27
28 void read(DataInputStream i) throws IOException;
29}

Callers 6

nextMethod · 0.65
readMethod · 0.65
transferMethod · 0.65
fullTransferMethod · 0.65
copyLargeMethod · 0.65
contentEqualsMethod · 0.65

Implementers 3

NibbleArraysrc/main/java/com/volmit/adapt/util/Ni
DataPalettesrc/main/java/com/volmit/adapt/util/Da
DirtyStringsrc/main/java/com/volmit/adapt/util/Di

Calls

no outgoing calls

Tested by

no test coverage detected