MCPcopy Create free account
hub / github.com/FongMi/TV / getStream

Method getStream

quickjs/src/main/java/com/fongmi/quickjs/bean/Res.java:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 public ByteArrayInputStream getStream() {
60 if (getBuffer() == 2) return new ByteArrayInputStream(Util.decode(getContent()));
61 return new ByteArrayInputStream(getContent().getBytes());
62 }
63}

Callers 1

proxy2Method · 0.95

Calls 3

getBufferMethod · 0.95
decodeMethod · 0.95
getContentMethod · 0.95

Tested by

no test coverage detected