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

Method length

basex-core/src/main/java/org/basex/io/IO.java:205–207  ·  view source on GitHub ↗

Sets the number of bytes of the input. @param length length

(final long length)

Source from the content-addressed store, hash-verified

203 * @param length length
204 */
205 public final void length(final long length) {
206 len = length;
207 }
208
209 /**
210 * Returns the number of bytes of the input.

Callers 15

cacheMethod · 0.95
assignMethod · 0.95
initializeMethod · 0.45
moreMethod · 0.45
buttonDoMethod · 0.45
dbMethod · 0.45
resolveMethod · 0.45
normalizeMethod · 0.45
initMethod · 0.45
compareToMethod · 0.45
decodeAndEscapeMethod · 0.45
CharIteratorMethod · 0.45

Calls

no outgoing calls

Tested by 3

replaceValueMethod · 0.36
toStringMethod · 0.36
parseMethod · 0.36