Weather/smali_classes4/mtopsdk/a/b/i.smali
2021-05-10 10:13:34 +02:00

235 lines
4.7 KiB
Smali

.class public abstract Lmtopsdk/a/b/i;
.super Ljava/lang/Object;
# instance fields
.field private a:[B
# direct methods
.method public constructor <init>()V
.locals 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-object v0, p0, Lmtopsdk/a/b/i;->a:[B
return-void
.end method
.method private d()[B
.locals 8
invoke-virtual {p0}, Lmtopsdk/a/b/i;->a()J
move-result-wide v0
const-wide/32 v2, 0x7fffffff
cmp-long v4, v0, v2
if-gtz v4, :cond_4
invoke-virtual {p0}, Lmtopsdk/a/b/i;->b()Ljava/io/InputStream;
move-result-object v2
const/4 v3, 0x0
:try_start_0
new-instance v4, Ljava/io/DataInputStream;
invoke-direct {v4, v2}, Ljava/io/DataInputStream;-><init>(Ljava/io/InputStream;)V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_2
.catchall {:try_start_0 .. :try_end_0} :catchall_1
:try_start_1
new-instance v2, Ljava/io/ByteArrayOutputStream;
invoke-direct {v2}, Ljava/io/ByteArrayOutputStream;-><init>()V
:try_end_1
.catch Ljava/lang/Exception; {:try_start_1 .. :try_end_1} :catch_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
const/16 v5, 0x400
:try_start_2
new-array v5, v5, [B
:goto_0
invoke-virtual {v4, v5}, Ljava/io/DataInputStream;->read([B)I
move-result v6
const/4 v7, -0x1
if-eq v6, v7, :cond_0
const/4 v7, 0x0
invoke-virtual {v2, v5, v7, v6}, Ljava/io/ByteArrayOutputStream;->write([BII)V
goto :goto_0
:cond_0
invoke-virtual {v2}, Ljava/io/ByteArrayOutputStream;->flush()V
invoke-virtual {v2}, Ljava/io/ByteArrayOutputStream;->toByteArray()[B
move-result-object v5
:try_end_2
.catch Ljava/lang/Exception; {:try_start_2 .. :try_end_2} :catch_0
.catchall {:try_start_2 .. :try_end_2} :catchall_2
invoke-static {v4}, Lcom/taobao/tao/remotebusiness/listener/c;->a(Ljava/io/Closeable;)V
invoke-static {v2}, Lcom/taobao/tao/remotebusiness/listener/c;->a(Ljava/io/Closeable;)V
goto :goto_2
:catch_0
move-exception v5
goto :goto_1
:catchall_0
move-exception v0
move-object v2, v3
goto :goto_4
:catch_1
move-exception v5
move-object v2, v3
goto :goto_1
:catchall_1
move-exception v0
move-object v2, v3
move-object v4, v2
goto :goto_4
:catch_2
move-exception v5
move-object v2, v3
move-object v4, v2
:goto_1
:try_start_3
const-string v6, "mtopsdk.ResponseBody"
const-string v7, "[readBytes] read bytes from byteStream error."
invoke-static {v6, v7, v5}, Lmtopsdk/common/util/TBSdkLog;->e(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
:try_end_3
.catchall {:try_start_3 .. :try_end_3} :catchall_2
invoke-static {v4}, Lcom/taobao/tao/remotebusiness/listener/c;->a(Ljava/io/Closeable;)V
invoke-static {v2}, Lcom/taobao/tao/remotebusiness/listener/c;->a(Ljava/io/Closeable;)V
move-object v5, v3
:goto_2
if-nez v5, :cond_1
return-object v3
:cond_1
const-wide/16 v2, -0x1
cmp-long v4, v0, v2
if-eqz v4, :cond_3
array-length v2, v5
int-to-long v2, v2
cmp-long v4, v0, v2
if-nez v4, :cond_2
goto :goto_3
:cond_2
new-instance v0, Ljava/io/IOException;
const-string v1, "Content-Length and stream length disagree"
invoke-direct {v0, v1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw v0
:cond_3
:goto_3
return-object v5
:catchall_2
move-exception v0
:goto_4
invoke-static {v4}, Lcom/taobao/tao/remotebusiness/listener/c;->a(Ljava/io/Closeable;)V
invoke-static {v2}, Lcom/taobao/tao/remotebusiness/listener/c;->a(Ljava/io/Closeable;)V
throw v0
:cond_4
new-instance v2, Ljava/io/IOException;
new-instance v3, Ljava/lang/StringBuilder;
const-string v4, "Cannot buffer entire body for content length: "
invoke-direct {v3, v4}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
invoke-virtual {v3, v0, v1}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
invoke-virtual {v3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
invoke-direct {v2, v0}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw v2
.end method
# virtual methods
.method public abstract a()J
.end method
.method public abstract b()Ljava/io/InputStream;
.end method
.method public final c()[B
.locals 1
iget-object v0, p0, Lmtopsdk/a/b/i;->a:[B
if-nez v0, :cond_0
invoke-direct {p0}, Lmtopsdk/a/b/i;->d()[B
move-result-object v0
iput-object v0, p0, Lmtopsdk/a/b/i;->a:[B
:cond_0
iget-object v0, p0, Lmtopsdk/a/b/i;->a:[B
return-object v0
.end method