MCPcopy Index your code
hub / github.com/questdb/questdb / setInput

Method setInput

core/src/main/java/io/questdb/std/Zip.java:72–72  ·  view source on GitHub ↗
(long z_streamp, long address, int available)

Source from the content-addressed store, hash-verified

70 }
71
72 public static native void setInput(long z_streamp, long address, int available);
73
74 @SuppressWarnings("unused")
75 public static native int totalOut(long z_streamp);

Callers 7

testGzipMethod · 0.95
deflateMethod · 0.95
inflateAndParseMethod · 0.95

Calls

no outgoing calls

Tested by 3

testGzipMethod · 0.76