Files
rr3-apk/decompiled/sources/com/fyber/inneractive/sdk/protobuf/m.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

46 lines
1.1 KiB
Java

package com.fyber.inneractive.sdk.protobuf;
import java.io.IOException;
/* loaded from: classes2.dex */
public final class m {
public final l a;
public m(l lVar) {
l lVar2 = (l) y.a(lVar, "output");
this.a = lVar2;
lVar2.a = this;
}
public final void a(float f, int i) throws IOException {
l lVar = this.a;
lVar.getClass();
lVar.b(i, Float.floatToRawIntBits(f));
}
public final void b(int i, d1 d1Var, Object obj) throws IOException {
this.a.a(i, (o0) obj, d1Var);
}
public final void a(int i, double d) throws IOException {
l lVar = this.a;
lVar.getClass();
lVar.a(i, Double.doubleToRawLongBits(d));
}
public final void a(int i, int i2) throws IOException {
this.a.e(i, l.f(i2));
}
public final void a(int i, long j) throws IOException {
this.a.b(i, l.b(j));
}
public final void a(int i, d1 d1Var, Object obj) throws IOException {
l lVar = this.a;
lVar.d(i, 3);
d1Var.a(obj, lVar.a);
lVar.d(i, 4);
}
}