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

Method inputStream

basex-core/src/main/java/org/basex/io/IOContent.java:85–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 @Override
86 public ArrayInput inputStream() {
87 return new ArrayInput(content);
88 }
89
90 @Override
91 public String encoding() {

Callers 3

inputSourceMethod · 0.95
streamSourceMethod · 0.95
valueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected