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

Method length

basex-core/src/main/java/org/basex/io/in/BufferInput.java:186–188  ·  view source on GitHub ↗

Returns the input length (can be -1). @return input length

()

Source from the content-addressed store, hash-verified

184 * @return input length
185 */
186 public final long length() {
187 return length;
188 }
189
190 @Override
191 public final boolean markSupported() {

Callers 2

getMethod · 0.45
BufferInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected