43 lines
1.0 KiB
Java
43 lines
1.0 KiB
Java
package o;
|
|
|
|
import android.net.Uri;
|
|
import java.util.HashMap;
|
|
|
|
/* renamed from: o.fGw, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C12776fGw {
|
|
private byte[] a;
|
|
private String b;
|
|
private Uri c;
|
|
private String d;
|
|
private long e;
|
|
|
|
/* renamed from: o.fGw$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static class LWm {
|
|
String a;
|
|
byte[] b;
|
|
Uri c;
|
|
String d;
|
|
long e;
|
|
}
|
|
|
|
public C12776fGw(String str, String str2, Uri uri, long j, byte[] bArr) {
|
|
this.d = str;
|
|
this.b = str2;
|
|
this.e = j;
|
|
this.a = bArr;
|
|
this.c = uri;
|
|
}
|
|
|
|
public final HashMap<String, Object> e() {
|
|
HashMap<String, Object> hashMap = new HashMap<>();
|
|
hashMap.put("path", this.d);
|
|
hashMap.put("name", this.b);
|
|
hashMap.put("size", Long.valueOf(this.e));
|
|
hashMap.put("bytes", this.a);
|
|
hashMap.put("identifier", this.c.toString());
|
|
return hashMap;
|
|
}
|
|
}
|