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

Method setInput

basex-core/src/main/java/org/basex/core/Command.java:124–126  ·  view source on GitHub ↗

Attaches an input stream. @param input input stream

(final InputStream input)

Source from the content-addressed store, hash-verified

122 * @param input input stream
123 */
124 public final void setInput(final InputStream input) {
125 in = new InputSource(input);
126 }
127
128 /**
129 * Attaches an input source.

Callers 4

addMethod · 0.80
putMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected