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

Method binary

basex-core/src/main/java/org/basex/query/value/item/Bin.java:35–38  ·  view source on GitHub ↗

Returns the binary content. @param info input info (can be null) @return content @throws QueryException query exception

(final InputInfo info)

Source from the content-addressed store, hash-verified

33 * @throws QueryException query exception
34 */
35 @SuppressWarnings("unused")
36 public byte[] binary(final InputInfo info) throws QueryException {
37 return data;
38 }
39
40 @Override
41 public final boolean comparable(final Item item) {

Callers 15

itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
unpackMethod · 0.95
unpackIntegerMethod · 0.95
bitMethod · 0.95
padMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected