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

Method write1

basex-core/src/main/java/org/basex/io/out/DataOutput.java:176–178  ·  view source on GitHub ↗

Writes a byte value. @param v value to be written @throws IOException I/O exception

(final int v)

Source from the content-addressed store, hash-verified

174 * @throws IOException I/O exception
175 */
176 public void write1(final int v) throws IOException {
177 write(v);
178 }
179
180 /**
181 * Writes a short value.

Callers 6

updateMethod · 0.45
distMethod · 0.45
attSizeMethod · 0.45
nsFlagMethod · 0.45
writeIndexMethod · 0.45
writeMethod · 0.45

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected