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

Method parse

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

Converts the given item to a byte array. @param item item to be converted @param info input info (can be null) @return byte array @throws QueryException query exception

(Item item, InputInfo info)

Source from the content-addressed store, hash-verified

63 * @throws QueryException query exception
64 */
65 public abstract byte[] parse(Item item, InputInfo info) throws QueryException;
66
67 @Override
68 public BufferInput input(final InputInfo ii) throws QueryException {

Callers 1

compareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected