49 lines
1.1 KiB
Java
49 lines
1.1 KiB
Java
package o;
|
|
|
|
import java.io.IOException;
|
|
import java.io.OutputStream;
|
|
|
|
/* renamed from: o.glh, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C15253glh extends AbstractC15252glg {
|
|
private final String a;
|
|
private final byte[] d;
|
|
|
|
@Override // o.AbstractC15252glg, o.InterfaceC15249gld
|
|
public final String b() {
|
|
return null;
|
|
}
|
|
|
|
@Deprecated
|
|
public C15253glh(byte[] bArr, String str, String str2) {
|
|
this(bArr, gkT.a(str), str2);
|
|
}
|
|
|
|
private C15253glh(byte[] bArr, gkT gkt, String str) {
|
|
super(gkt);
|
|
C15264gls.c(bArr, "byte[]");
|
|
this.d = bArr;
|
|
this.a = str;
|
|
}
|
|
|
|
@Override // o.InterfaceC15251glf
|
|
public final void c(OutputStream outputStream) throws IOException {
|
|
outputStream.write(this.d);
|
|
}
|
|
|
|
@Override // o.InterfaceC15249gld
|
|
public final long d() {
|
|
return this.d.length;
|
|
}
|
|
|
|
@Override // o.InterfaceC15249gld
|
|
public final String c() {
|
|
return "binary";
|
|
}
|
|
|
|
@Override // o.InterfaceC15251glf
|
|
public final String a() {
|
|
return this.a;
|
|
}
|
|
}
|