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

Method setInput

classpath/java/util/zip/Inflater.java:63–65  ·  view source on GitHub ↗
(byte[] input)

Source from the content-addressed store, hash-verified

61 }
62
63 public void setInput(byte[] input) {
64 setInput(input, 0, input.length);
65 }
66
67 public void setInput(byte[] input, int offset, int length) {
68 this.input = input;

Callers 3

readMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected