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

Method Hex

basex-core/src/main/java/org/basex/query/value/item/Hex.java:23–25  ·  view source on GitHub ↗

Constructor. @param value bytes

(final byte[] value)

Source from the content-addressed store, hash-verified

21 * @param value bytes
22 */
23 public Hex(final byte[] value) {
24 super(value, BasicType.HEX_BINARY);
25 }
26
27 /**
28 * Constructor.

Callers

nothing calls this directly

Calls 3

parseMethod · 0.95
trimMethod · 0.95
binaryMethod · 0.45

Tested by

no test coverage detected