package l1;

import java.io.PrintStream;

/* JADX INFO: renamed from: l1.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0622e extends PrintStream {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private static C0622e f5383b = null;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public static int f5384g = 1;

    public C0622e(PrintStream printStream) {
        super(printStream);
    }

    public static C0622e a() {
        if (f5383b == null) {
            b(System.err);
        }
        return f5383b;
    }

    public static void b(PrintStream printStream) {
        f5383b = new C0622e(printStream);
    }

    public static void d(int i2) {
        f5384g = i2;
    }
}
