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

Method string

basex-core/src/main/java/org/basex/query/value/item/B64.java:92–95  ·  view source on GitHub ↗
(final InputInfo ii)

Source from the content-addressed store, hash-verified

90 }
91
92 @Override
93 public final byte[] string(final InputInfo ii) throws QueryException {
94 return Base64.encode(binary(ii));
95 }
96
97 @Override
98 public int hashCode() {

Callers 1

parseMethod · 0.45

Calls 2

encodeMethod · 0.95
binaryMethod · 0.45

Tested by

no test coverage detected