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

Method write

basex-core/src/main/java/org/basex/io/IOFile.java:281–283  ·  view source on GitHub ↗

Writes the specified string as UTF8. @param string string @throws IOException I/O exception

(final String string)

Source from the content-addressed store, hash-verified

279 * @throws IOException I/O exception
280 */
281 public void write(final String string) throws IOException {
282 write(Token.token(string));
283 }
284
285 /**
286 * Writes the specified byte array.

Callers 14

writeFromResourceMethod · 0.95
registerMethod · 0.95
locateMethod · 0.95
runMethod · 0.95
diffDatabasesMethod · 0.95
gh2147Method · 0.95
readWriteMethod · 0.95
writeBackMethod · 0.95
restoreMethod · 0.95
writeFileResourceMethod · 0.95
applyMethod · 0.95

Calls 3

tokenMethod · 0.95
toPathMethod · 0.95
copyMethod · 0.45

Tested by 8

writeFromResourceMethod · 0.76
registerMethod · 0.76
runMethod · 0.76
diffDatabasesMethod · 0.76
gh2147Method · 0.76
readWriteMethod · 0.76
writeBackMethod · 0.76