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

Method write

basex-core/src/main/java/org/basex/io/out/DataOutput.java:50–54  ·  view source on GitHub ↗
(final int b)

Source from the content-addressed store, hash-verified

48 }
49
50 @Override
51 public void write(final int b) throws IOException {
52 out.write(b);
53 ++size;
54 }
55
56 /**
57 * Writes a boolean value.

Callers 11

writeBoolMethod · 0.95
writeNumMethod · 0.95
write1Method · 0.95
write2Method · 0.95
write4Method · 0.95
write5Method · 0.95
write8Method · 0.95
writeBytesMethod · 0.95
printMethod · 0.45
atomicMethod · 0.45
OutputSerializerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected