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

Method get

basex-core/src/main/java/org/basex/io/out/BufferOutput.java:29–31  ·  view source on GitHub ↗

Returns a buffered output stream. @param os output stream @return stream

(final OutputStream os)

Source from the content-addressed store, hash-verified

27 * @return stream
28 */
29 public static BufferOutput get(final OutputStream os) {
30 return os instanceof final BufferOutput bo ? bo : new BufferOutput(os);
31 }
32
33 /**
34 * Constructor.

Callers 4

getPassThroughMethod · 0.95
getWrapsMethod · 0.95
writeMethod · 0.95
writeMethod · 0.95

Calls

no outgoing calls

Tested by 2

getPassThroughMethod · 0.76
getWrapsMethod · 0.76