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

Method write

basex-core/src/main/java/org/basex/query/value/seq/DecSeq.java:55–59  ·  view source on GitHub ↗
(final DataOutput out)

Source from the content-addressed store, hash-verified

53 }
54
55 @Override
56 public void write(final DataOutput out) throws IOException {
57 out.writeNum((int) size);
58 for(final BigDecimal v : values) out.writeToken(chopNumber(token(v.toPlainString())));
59 }
60
61 @Override
62 public Dec itemAt(final long index) {

Callers

nothing calls this directly

Calls 4

chopNumberMethod · 0.80
tokenMethod · 0.65
writeNumMethod · 0.45
writeTokenMethod · 0.45

Tested by

no test coverage detected