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

Method read

basex-core/src/main/java/org/basex/io/IOUrl.java:109–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 @Override
110 public byte[] read() throws IOException {
111 return BufferInput.get(this).content();
112 }
113
114 @Override
115 public InputSource inputSource() {

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
contentMethod · 0.45

Tested by

no test coverage detected