调研通 v3.0.3版本的 MD5 值为:fe075d21227d488bdb9f6aa09d3b3f35

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


package com.hp.hpl.sparta;

import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;

public class q {
    public static e a(String str) throws ParseException, IOException {
        return i(str.toCharArray());
    }

    public static e b(String str, InputStream inputStream) throws ParseException, IOException {
        a aVar = new a();
        new l(str, inputStream, null, null, aVar);
        return aVar.g();
    }

    public static e c(String str, InputStream inputStream, o oVar) throws ParseException, IOException {
        a aVar = new a();
        new l(str, inputStream, oVar, null, aVar);
        return aVar.g();
    }

    public static e d(String str, InputStream inputStream, o oVar, String str2) throws ParseException, IOException {
        a aVar = new a();
        new l(str, inputStream, oVar, str2, aVar);
        return aVar.g();
    }

    public static e e(String str, Reader reader) throws ParseException, IOException {
        a aVar = new a();
        new m(str, reader, (o) null, (String) null, aVar);
        return aVar.g();
    }

    public static e f(String str, Reader reader, o oVar) throws ParseException, IOException {
        a aVar = new a();
        new m(str, reader, oVar, (String) null, aVar);
        return aVar.g();
    }

    public static e g(String str, Reader reader, o oVar, String str2) throws ParseException, EncodingMismatchException, IOException {
        a aVar = new a();
        new m(str, reader, oVar, str2, aVar);
        return aVar.g();
    }

    public static e h(byte[] bArr) throws ParseException, IOException {
        a aVar = new a();
        new l("file:anonymous-string", new ByteArrayInputStream(bArr), null, null, aVar);
        return aVar.g();
    }

    public static e i(char[] cArr) throws ParseException, IOException {
        a aVar = new a();
        new m("file:anonymous-string", cArr, (o) null, (String) null, aVar);
        return aVar.g();
    }

    public static void j(String str, n nVar) throws ParseException, IOException {
        r(str.toCharArray(), nVar);
    }

    public static void k(String str, InputStream inputStream, n nVar) throws ParseException, IOException {
        new l(str, inputStream, null, null, nVar);
    }

    public static void l(String str, InputStream inputStream, o oVar, n nVar) throws ParseException, IOException {
        new l(str, inputStream, oVar, null, nVar);
    }

    public static void m(String str, InputStream inputStream, o oVar, String str2, n nVar) throws ParseException, IOException {
        new l(str, inputStream, oVar, str2, nVar);
    }

    public static void n(String str, Reader reader, n nVar) throws ParseException, IOException {
        new m(str, reader, (o) null, (String) null, nVar);
    }

    public static void o(String str, Reader reader, o oVar, n nVar) throws ParseException, IOException {
        new m(str, reader, oVar, (String) null, nVar);
    }

    public static void p(String str, Reader reader, o oVar, String str2, n nVar) throws ParseException, EncodingMismatchException, IOException {
        new m(str, reader, oVar, str2, nVar);
    }

    public static void q(byte[] bArr, n nVar) throws ParseException, IOException {
        new l("file:anonymous-string", new ByteArrayInputStream(bArr), null, null, nVar);
    }

    public static void r(char[] cArr, n nVar) throws ParseException, IOException {
        new m("file:anonymous-string", cArr, (o) null, (String) null, nVar);
    }
}