apkfuckery/com.discord/smali/com/discord/utilities/rest/AttachmentRequestBody.smali

250 lines
6.6 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public final Lcom/discord/utilities/rest/AttachmentRequestBody;
.super Lokhttp3/RequestBody;
.source "AttachmentRequestBody.kt"
# instance fields
2019-12-06 03:29:40 +00:00
.field public final attachment:Lcom/lytefast/flexinput/model/Attachment;
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/lytefast/flexinput/model/Attachment<",
"*>;"
}
.end annotation
.end field
2019-12-06 03:29:40 +00:00
.field public final contentResolver:Landroid/content/ContentResolver;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
.field public final size:J
2019-07-24 11:27:29 +00:00
# direct methods
.method public constructor <init>(Landroid/content/ContentResolver;Lcom/lytefast/flexinput/model/Attachment;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/content/ContentResolver;",
"Lcom/lytefast/flexinput/model/Attachment<",
"*>;)V"
}
.end annotation
2019-12-06 03:29:40 +00:00
const/4 v0, 0x0
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
if-eqz p1, :cond_3
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
if-eqz p2, :cond_2
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Lokhttp3/RequestBody;-><init>()V
iput-object p1, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->contentResolver:Landroid/content/ContentResolver;
iput-object p2, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->attachment:Lcom/lytefast/flexinput/model/Attachment;
iget-object p1, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->attachment:Lcom/lytefast/flexinput/model/Attachment;
invoke-virtual {p1}, Lcom/lytefast/flexinput/model/Attachment;->getData()Ljava/lang/Object;
move-result-object p1
instance-of p2, p1, Ljava/io/File;
if-nez p2, :cond_0
2019-12-06 03:29:40 +00:00
move-object p1, v0
2019-07-24 11:27:29 +00:00
:cond_0
check-cast p1, Ljava/io/File;
if-eqz p1, :cond_1
invoke-virtual {p1}, Ljava/io/File;->length()J
move-result-wide p1
goto :goto_0
:cond_1
iget-object p1, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->attachment:Lcom/lytefast/flexinput/model/Attachment;
invoke-virtual {p1}, Lcom/lytefast/flexinput/model/Attachment;->getUri()Landroid/net/Uri;
move-result-object p1
iget-object p2, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->contentResolver:Landroid/content/ContentResolver;
invoke-static {p1, p2}, Lcom/discord/utilities/rest/SendUtilsKt;->computeFileSizeBytes(Landroid/net/Uri;Landroid/content/ContentResolver;)J
move-result-wide p1
:goto_0
iput-wide p1, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->size:J
return-void
2019-12-06 03:29:40 +00:00
:cond_2
const-string p1, "attachment"
2020-04-27 20:53:11 +00:00
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
2019-12-06 03:29:40 +00:00
throw v0
:cond_3
const-string p1, "contentResolver"
2020-04-27 20:53:11 +00:00
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
2019-12-06 03:29:40 +00:00
throw v0
2019-07-24 11:27:29 +00:00
.end method
# virtual methods
2019-12-06 03:29:40 +00:00
.method public contentLength()J
2019-07-24 11:27:29 +00:00
.locals 2
iget-wide v0, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->size:J
return-wide v0
.end method
2019-12-06 03:29:40 +00:00
.method public contentType()Lokhttp3/MediaType;
.locals 3
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
sget-object v0, Lokhttp3/MediaType;->g:Lokhttp3/MediaType$a;
2019-11-28 00:30:53 +00:00
2019-12-06 03:29:40 +00:00
iget-object v1, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->attachment:Lcom/lytefast/flexinput/model/Attachment;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
iget-object v2, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->contentResolver:Landroid/content/ContentResolver;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
invoke-static {v1, v2}, Lcom/discord/utilities/attachments/AttachmentUtilsKt;->getMimeType(Lcom/lytefast/flexinput/model/Attachment;Landroid/content/ContentResolver;)Ljava/lang/String;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
move-result-object v1
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
invoke-virtual {v0, v1}, Lokhttp3/MediaType$a;->b(Ljava/lang/String;)Lokhttp3/MediaType;
2019-07-24 11:27:29 +00:00
move-result-object v0
return-object v0
.end method
2019-12-06 03:29:40 +00:00
.method public writeTo(Lokio/BufferedSink;)V
.locals 5
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
2019-12-06 03:29:40 +00:00
const/4 v0, 0x0
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
if-eqz p1, :cond_1
2019-07-24 11:27:29 +00:00
:try_start_0
2019-12-06 03:29:40 +00:00
iget-object v1, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->contentResolver:Landroid/content/ContentResolver;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
iget-object v2, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->attachment:Lcom/lytefast/flexinput/model/Attachment;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
invoke-virtual {v2}, Lcom/lytefast/flexinput/model/Attachment;->getUri()Landroid/net/Uri;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
move-result-object v2
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
invoke-virtual {v1, v2}, Landroid/content/ContentResolver;->openInputStream(Landroid/net/Uri;)Ljava/io/InputStream;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
move-result-object v1
2019-07-24 11:27:29 +00:00
:try_end_0
2019-08-30 20:04:20 +00:00
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
if-eqz v1, :cond_0
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
:try_start_1
2019-11-28 00:30:53 +00:00
const-string v2, "inputStream"
2020-04-27 20:53:11 +00:00
invoke-static {v1, v2}, Lx/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2019-11-28 00:30:53 +00:00
2020-05-06 19:13:47 +00:00
invoke-static {v1}, Le/o/a/j/a;->a(Ljava/io/InputStream;)Lc0/w;
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
move-result-object v2
2019-07-24 11:27:29 +00:00
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_2
:try_start_2
2020-04-27 20:53:11 +00:00
invoke-interface {p1, v2}, Lokio/BufferedSink;->a(Lc0/w;)J
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
move-result-wide v3
2019-07-24 11:27:29 +00:00
:try_end_2
.catchall {:try_start_2 .. :try_end_2} :catchall_0
:try_start_3
2020-05-06 19:13:47 +00:00
invoke-static {v2, v0}, Le/o/a/j/a;->closeFinally(Ljava/io/Closeable;Ljava/lang/Throwable;)V
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
invoke-static {v3, v4}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
2019-07-24 11:27:29 +00:00
:try_end_3
.catchall {:try_start_3 .. :try_end_3} :catchall_2
:try_start_4
2020-05-06 19:13:47 +00:00
invoke-static {v1, v0}, Le/o/a/j/a;->closeFinally(Ljava/io/Closeable;Ljava/lang/Throwable;)V
2019-07-24 11:27:29 +00:00
:try_end_4
2019-08-30 20:04:20 +00:00
.catch Ljava/io/IOException; {:try_start_4 .. :try_end_4} :catch_0
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
goto :goto_0
2019-07-24 11:27:29 +00:00
:catchall_0
move-exception p1
:try_start_5
throw p1
:try_end_5
.catchall {:try_start_5 .. :try_end_5} :catchall_1
:catchall_1
2019-12-06 03:29:40 +00:00
move-exception v0
2019-07-24 11:27:29 +00:00
:try_start_6
2020-05-06 19:13:47 +00:00
invoke-static {v2, p1}, Le/o/a/j/a;->closeFinally(Ljava/io/Closeable;Ljava/lang/Throwable;)V
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
throw v0
2019-07-24 11:27:29 +00:00
:try_end_6
.catchall {:try_start_6 .. :try_end_6} :catchall_2
:catchall_2
move-exception p1
:try_start_7
2019-08-30 20:04:20 +00:00
throw p1
2019-07-24 11:27:29 +00:00
:try_end_7
2019-08-30 20:04:20 +00:00
.catchall {:try_start_7 .. :try_end_7} :catchall_3
:catchall_3
2019-12-06 03:29:40 +00:00
move-exception v0
2019-07-24 11:27:29 +00:00
:try_start_8
2020-05-06 19:13:47 +00:00
invoke-static {v1, p1}, Le/o/a/j/a;->closeFinally(Ljava/io/Closeable;Ljava/lang/Throwable;)V
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
throw v0
2019-07-24 11:27:29 +00:00
:try_end_8
2019-08-30 20:04:20 +00:00
.catch Ljava/io/IOException; {:try_start_8 .. :try_end_8} :catch_0
2019-07-24 11:27:29 +00:00
:cond_0
2019-12-06 03:29:40 +00:00
:goto_0
2019-07-24 11:27:29 +00:00
return-void
2019-08-30 20:04:20 +00:00
:catch_0
2019-07-24 11:27:29 +00:00
move-exception p1
2019-12-06 03:29:40 +00:00
sget-object v0, Lcom/discord/app/AppLog;->c:Lcom/discord/app/AppLog;
2019-07-24 11:27:29 +00:00
const-string v1, "Could not write to sink"
invoke-virtual {v0, v1, p1}, Lcom/discord/app/AppLog;->i(Ljava/lang/String;Ljava/lang/Throwable;)V
throw p1
2019-12-06 03:29:40 +00:00
:cond_1
const-string p1, "sink"
2020-04-27 20:53:11 +00:00
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
2019-12-06 03:29:40 +00:00
throw v0
2019-07-24 11:27:29 +00:00
.end method