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

Method get

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

Returns a buffered input stream. @param is input stream @return stream

(final InputStream is)

Source from the content-addressed store, hash-verified

36 * @return stream
37 */
38 public static BufferInput get(final InputStream is) {
39 return is instanceof final BufferInput bi ? bi : new BufferInput(is);
40 }
41
42 /**
43 * Returns a buffered input stream.

Callers 15

bodyMethod · 0.95
execMethod · 0.95
runMethod · 0.95
putMethod · 0.95
IOStreamMethod · 0.95
readMethod · 0.95
writeMethod · 0.95
inputMethod · 0.95
cacheMethod · 0.95
ClientSessionMethod · 0.95
receiveMethod · 0.95
execMethod · 0.95

Calls 2

inputStreamMethod · 0.45
lengthMethod · 0.45

Tested by 1

execMethod · 0.76