Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ toStream
Method
toStream
api/src/main/java/io/grpc/Metadata.java:934–936 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
932
}
933
934
InputStream toStream() {
935
return
checkNotNull(marshaller.toStream(value),
"null marshaller.toStream()"
);
936
}
937
938
byte[] toBytes() {
939
if
(serialized == null) {
Callers
2
toBytes
Method · 0.95
toObject
Method · 0.95
Calls
2
checkNotNull
Method · 0.80
toStream
Method · 0.65
Tested by
no test coverage detected