Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ decompress
Method
decompress
api/src/main/java/io/grpc/Codec.java:46–49 ·
view source on GitHub ↗
(InputStream is)
Source
from the content-addressed store, hash-verified
44
}
45
46
@Override
47
public
InputStream decompress(InputStream is) throws IOException {
48
return
new
GZIPInputStream(is);
49
}
50
}
51
52
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected