MCPcopy Create free account
hub / github.com/grpc/grpc-java / compress

Method compress

api/src/main/java/io/grpc/Codec.java:41–44  ·  view source on GitHub ↗
(OutputStream os)

Source from the content-addressed store, hash-verified

39 }
40
41 @Override
42 public OutputStream compress(OutputStream os) throws IOException {
43 return new GZIPOutputStream(os);
44 }
45
46 @Override
47 public InputStream decompress(InputStream is) throws IOException {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected