恐 怖 老 奶 奶1破 解 版 中 文 版 无 敌 版 v4.15.00版本的 MD5 值为:2c4218ea002b12a6cce81f33a9f0144d

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


package com.anythink.expressad.videocommon.b;

import android.text.TextUtils;
import com.anythink.expressad.foundation.h.p;
import com.anythink.expressad.foundation.h.x;
import com.anythink.expressad.videocommon.b.h;
import java.io.File;
public final class j {
    public static final int f8076a = 259200000;
    public static final String f8077b = "HTMLResourceManager";
    public String f8078c;

    public static class a {
        public static j f8080a = new j((byte) 0);
    }

    public j(byte b2) {
        this();
    }

    private void c() {
        this.f8078c = com.anythink.expressad.foundation.g.c.d.b(com.anythink.expressad.foundation.g.c.a.ANYTHINK_700_HTML);
    }

    public final void b() {
        try {
            if (TextUtils.isEmpty(this.f8078c)) {
                return;
            }
            h.a.f8062a.a(new com.anythink.expressad.foundation.g.g.a() {
                @Override
                public final void a() {
                    com.anythink.expressad.foundation.h.m.c(j.this.f8078c);
                }

                @Override
                public final void b() {
                }

                @Override
                public final void c() {
                }
            });
        } catch (Exception e2) {
            if (com.anythink.expressad.a.f3642a) {
                e2.printStackTrace();
            }
        }
    }

    public j() {
        this.f8078c = com.anythink.expressad.foundation.g.c.d.b(com.anythink.expressad.foundation.g.c.a.ANYTHINK_700_HTML);
    }

    public static j a() {
        return a.f8080a;
    }

    public final boolean a(String str, byte[] bArr) {
        if (bArr != null) {
            try {
                if (bArr.length > 0) {
                    StringBuilder sb = new StringBuilder();
                    sb.append(this.f8078c);
                    sb.append("/");
                    sb.append(p.a(x.a(str)));
                    sb.append(".html");
                    return com.anythink.expressad.foundation.h.m.a(bArr, new File(sb.toString()));
                }
                return false;
            } catch (Exception e2) {
                if (com.anythink.expressad.a.f3642a) {
                    e2.printStackTrace();
                    return false;
                }
                return false;
            }
        }
        return false;
    }

    public final String b(String str) {
        try {
            String a2 = p.a(x.a(str));
            File file = new File(this.f8078c + "/" + a2 + ".html");
            if (file.exists()) {
                return com.anythink.expressad.foundation.h.m.a(file);
            }
            return null;
        } catch (Throwable th) {
            if (com.anythink.expressad.a.f3642a) {
                th.printStackTrace();
                return null;
            }
            return null;
        }
    }

    public final String a(String str) {
        try {
            String str2 = this.f8078c + "/" + p.a(x.a(str)) + ".html";
            if (new File(str2).exists()) {
                return "file:////".concat(String.valueOf(str2));
            }
            return null;
        } catch (Throwable th) {
            if (com.anythink.expressad.a.f3642a) {
                th.printStackTrace();
                return null;
            }
            return null;
        }
    }
}