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

Method flush

basex-core/src/main/java/org/basex/io/in/ServerInput.java:44–46  ·  view source on GitHub ↗

Flushes the remaining client data. @throws IOException I/O exception

()

Source from the content-addressed store, hash-verified

42 * @throws IOException I/O exception
43 */
44 public void flush() throws IOException {
45 while(read() != -1);
46 }
47}

Callers 1

executeMethod · 0.95

Calls 1

readMethod · 0.95

Tested by

no test coverage detected