package io.grpc; import java.io.InputStream; /* loaded from: classes6.dex */ public interface Detachable { InputStream detach(); }