MCPcopy Create free account
hub / github.com/BaseXdb/basex / IOStream

Method IOStream

basex-core/src/main/java/org/basex/io/IOStream.java:25–27  ·  view source on GitHub ↗

Constructor. @param is input stream

(final InputStream is)

Source from the content-addressed store, hash-verified

23 * @param is input stream
24 */
25 public IOStream(final InputStream is) {
26 this(is, "");
27 }
28
29 /**
30 * Constructor.

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected