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

Method TextInput

basex-core/src/main/java/org/basex/io/in/TextInput.java:30–32  ·  view source on GitHub ↗

Constructor. @param is input stream @throws IOException I/O exception

(final InputStream is)

Source from the content-addressed store, hash-verified

28 * @throws IOException I/O exception
29 */
30 public TextInput(final InputStream is) throws IOException {
31 this(is, null);
32 }
33
34 /**
35 * Constructor.

Callers

nothing calls this directly

Calls 1

guessMethod · 0.95

Tested by

no test coverage detected