package h.b.p.a0;

/* JADX INFO: compiled from: Composers.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public class e {
    public final x a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public boolean f4514b;

    public e(x xVar) {
        g.h0.c.l.f(xVar, "writer");
        this.a = xVar;
        this.f4514b = true;
    }

    public void a() {
        this.f4514b = true;
    }

    public void b() {
        this.f4514b = false;
    }

    public void c(byte b2) {
        this.a.c(b2);
    }

    public void d(int i2) {
        this.a.c(i2);
    }

    public void e(long j2) {
        this.a.c(j2);
    }

    public final void f(String str) {
        g.h0.c.l.f(str, "v");
        this.a.d(str);
    }

    public void g(short s) {
        this.a.c(s);
    }

    public final void h(String str) {
        g.h0.c.l.f(str, "value");
        this.a.b(str);
    }

    public void i() {
    }

    public void j() {
    }
}
