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

Method content

basex-core/src/main/java/org/basex/io/in/TextInput.java:153–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 }
152
153 @Override
154 public final byte[] content() throws IOException {
155 return cache().finish();
156 }
157
158 /**
159 * Retrieves the whole text and closes the stream.

Callers 9

bodyMethod · 0.45
getMethod · 0.45
encodingMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
parseMethod · 0.45
extractPartMethod · 0.45
prepareMethod · 0.45

Calls 2

cacheMethod · 0.95
finishMethod · 0.45

Tested by 1

encodingMethod · 0.36