what-the-bank/sources/o/AbstractC15252glg.java

29 lines
652 B
Java

package o;
import java.nio.charset.Charset;
/* renamed from: o.glg, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public abstract class AbstractC15252glg implements InterfaceC15251glf {
public final gkT c;
public AbstractC15252glg(gkT gkt) {
C15264gls.c(gkt, "Content type");
this.c = gkt;
}
@Override // o.InterfaceC15249gld
public String b() {
Charset charset = this.c.d;
if (charset != null) {
return charset.name();
}
return null;
}
@Override // o.InterfaceC15249gld
public final String e() {
return this.c.c;
}
}