- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
74 lines
1.5 KiB
Java
74 lines
1.5 KiB
Java
package com.fyber.inneractive.sdk.network;
|
|
|
|
import java.io.FilterInputStream;
|
|
import java.io.IOException;
|
|
import java.io.InputStream;
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class j {
|
|
public int a;
|
|
public final String b;
|
|
public InputStream c;
|
|
public Map<String, List<String>> d;
|
|
public String e;
|
|
public final ArrayList f;
|
|
|
|
public j() {
|
|
this.f = new ArrayList();
|
|
}
|
|
|
|
public final void a(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
public final void a(InputStream inputStream) {
|
|
this.c = inputStream;
|
|
}
|
|
|
|
public final void a(String str) {
|
|
this.e = str;
|
|
}
|
|
|
|
public final void a(Map<String, List<String>> map) {
|
|
this.d = map;
|
|
}
|
|
|
|
public final InputStream b() {
|
|
return this.c;
|
|
}
|
|
|
|
public final String c() {
|
|
return this.e;
|
|
}
|
|
|
|
public final Map<String, List<String>> d() {
|
|
return this.d;
|
|
}
|
|
|
|
public final int e() {
|
|
return this.a;
|
|
}
|
|
|
|
public j(FilterInputStream filterInputStream, int i, String str, Map map, String str2) {
|
|
this();
|
|
this.c = filterInputStream;
|
|
this.a = i;
|
|
this.b = str;
|
|
this.d = map;
|
|
this.e = str2;
|
|
}
|
|
|
|
public void a() throws IOException {
|
|
InputStream inputStream = this.c;
|
|
if (inputStream != null) {
|
|
try {
|
|
inputStream.close();
|
|
} catch (Throwable unused) {
|
|
}
|
|
}
|
|
}
|
|
}
|