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

Method write

basex-core/src/main/java/org/basex/query/value/node/XNode.java:56–61  ·  view source on GitHub ↗
(final DataOutput out)

Source from the content-addressed store, hash-verified

54 }
55
56 @Override
57 public final void write(final DataOutput out) throws IOException {
58 final ArrayOutput ao = new ArrayOutput();
59 Serializer.get(ao).serialize(this);
60 out.writeToken(ao.finish());
61 }
62
63 @Override
64 public final boolean bool(final InputInfo ii) {

Callers

nothing calls this directly

Calls 4

getMethod · 0.95
finishMethod · 0.95
serializeMethod · 0.45
writeTokenMethod · 0.45

Tested by

no test coverage detected