Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
proxy2
Method · 0.95
Calls
3
getBuffer
Method · 0.95
decode
Method · 0.95
getContent
Method · 0.95
Tested by
no test coverage detected