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

Method decompress

api/src/main/java/io/grpc/Codec.java:63–66  ·  view source on GitHub ↗
(InputStream is)

Source from the content-addressed store, hash-verified

61 public static final Codec NONE = new Identity();
62
63 @Override
64 public InputStream decompress(InputStream is) {
65 return is;
66 }
67
68 @Override
69 public String getMessageEncoding() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected