Brazzers Premium v2.1.5版本的 MD5 值为:822198ebc1561433ac78052c8b72a0ea

以下内容为反编译后的 i.java 源代码,内容仅作参考


package a3;

import java.io.File;
public class i implements c0 {
    public final int f64a = 0;
    public final Object f65b;

    public i(f fVar) {
        this.f65b = fVar;
    }

    public i(p pVar) {
        this.f65b = pVar;
    }

    public i(e2.e eVar) {
        this.f65b = eVar;
    }

    @Override
    public b0 a(Object obj, int i10, int i11, u2.g gVar) {
        switch (this.f64a) {
            case 0:
                byte[] bArr = (byte[]) obj;
                return new b0(new p3.b(bArr), new g(bArr, (f) this.f65b));
            case 1:
                return new b0(new p3.b(obj), new m(obj.toString(), (e2.e) this.f65b));
            default:
                File file = (File) obj;
                return new b0(new p3.b(file), new m(file, (p) this.f65b));
        }
    }

    @Override
    public boolean b(Object obj) {
        switch (this.f64a) {
            case 0:
                byte[] bArr = (byte[]) obj;
                return true;
            case 1:
                return obj.toString().startsWith("data:image");
            default:
                File file = (File) obj;
                return true;
        }
    }
}