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

Method readString

basex-core/src/main/java/org/basex/io/IO.java:154–156  ·  view source on GitHub ↗

Returns the contents as string. The input encoding will be guessed by analyzing the input. @return string content @throws IOException I/O exception

()

Source from the content-addressed store, hash-verified

152 * @throws IOException I/O exception
153 */
154 public final String readString() throws IOException {
155 return new TextInput(this).cache().toString();
156 }
157
158 /**
159 * Tests if the reference exists.

Callers 15

BaseXMethod · 0.95
scriptMethod · 0.95
moduleMethod · 0.95
toContentMethod · 0.95
itemMethod · 0.95
module2Method · 0.45
initMethod · 0.45
itemMethod · 0.45
testMethod · 0.45
checkVersionMethod · 0.45
authenticateMethod · 0.45
createMethod · 0.45

Calls 2

toStringMethod · 0.65
cacheMethod · 0.65

Tested by 4

module2Method · 0.36
parseMethod · 0.36
evalMethod · 0.36
errorMethod · 0.36