302 lines
6.7 KiB
Smali
302 lines
6.7 KiB
Smali
.class public abstract Lokhttp3/ResponseBody;
|
|
.super Ljava/lang/Object;
|
|
.source "ResponseBody.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/io/Closeable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lokhttp3/ResponseBody$BomAwareReader;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 101
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a(Lokhttp3/MediaType;JLokio/BufferedSource;)Lokhttp3/ResponseBody;
|
|
.locals 1
|
|
|
|
if-eqz p3, :cond_0
|
|
|
|
.line 216
|
|
new-instance v0, Lokhttp3/ResponseBody$1;
|
|
|
|
invoke-direct {v0, p0, p1, p2, p3}, Lokhttp3/ResponseBody$1;-><init>(Lokhttp3/MediaType;JLokio/BufferedSource;)V
|
|
|
|
return-object v0
|
|
|
|
.line 215
|
|
:cond_0
|
|
new-instance p0, Ljava/lang/NullPointerException;
|
|
|
|
const-string p1, "source == null"
|
|
|
|
invoke-direct {p0, p1}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p0
|
|
.end method
|
|
|
|
.method public static a(Lokhttp3/MediaType;[B)Lokhttp3/ResponseBody;
|
|
.locals 3
|
|
|
|
.line 208
|
|
new-instance v0, Lokio/Buffer;
|
|
|
|
invoke-direct {v0}, Lokio/Buffer;-><init>()V
|
|
|
|
invoke-virtual {v0, p1}, Lokio/Buffer;->write([B)Lokio/Buffer;
|
|
|
|
move-result-object v0
|
|
|
|
.line 209
|
|
array-length p1, p1
|
|
|
|
int-to-long v1, p1
|
|
|
|
invoke-static {p0, v1, v2, v0}, Lokhttp3/ResponseBody;->a(Lokhttp3/MediaType;JLokio/BufferedSource;)Lokhttp3/ResponseBody;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method private g()Ljava/nio/charset/Charset;
|
|
.locals 2
|
|
|
|
.line 181
|
|
invoke-virtual {p0}, Lokhttp3/ResponseBody;->a()Lokhttp3/MediaType;
|
|
|
|
move-result-object v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 182
|
|
sget-object v1, Lokhttp3/internal/Util;->e:Ljava/nio/charset/Charset;
|
|
|
|
invoke-virtual {v0, v1}, Lokhttp3/MediaType;->a(Ljava/nio/charset/Charset;)Ljava/nio/charset/Charset;
|
|
|
|
move-result-object v0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
sget-object v0, Lokhttp3/internal/Util;->e:Ljava/nio/charset/Charset;
|
|
|
|
:goto_0
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a()Lokhttp3/MediaType;
|
|
.end method
|
|
|
|
.method public abstract b()J
|
|
.end method
|
|
|
|
.method public abstract c()Lokio/BufferedSource;
|
|
.end method
|
|
|
|
.method public close()V
|
|
.locals 1
|
|
|
|
.line 186
|
|
invoke-virtual {p0}, Lokhttp3/ResponseBody;->c()Lokio/BufferedSource;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-static {v0}, Lokhttp3/internal/Util;->a(Ljava/io/Closeable;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final d()Ljava/io/InputStream;
|
|
.locals 1
|
|
|
|
.line 114
|
|
invoke-virtual {p0}, Lokhttp3/ResponseBody;->c()Lokio/BufferedSource;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0}, Lokio/BufferedSource;->inputStream()Ljava/io/InputStream;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final e()[B
|
|
.locals 6
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 127
|
|
invoke-virtual {p0}, Lokhttp3/ResponseBody;->b()J
|
|
|
|
move-result-wide v0
|
|
|
|
const-wide/32 v2, 0x7fffffff
|
|
|
|
cmp-long v4, v0, v2
|
|
|
|
if-gtz v4, :cond_2
|
|
|
|
.line 132
|
|
invoke-virtual {p0}, Lokhttp3/ResponseBody;->c()Lokio/BufferedSource;
|
|
|
|
move-result-object v2
|
|
|
|
.line 135
|
|
:try_start_0
|
|
invoke-interface {v2}, Lokio/BufferedSource;->readByteArray()[B
|
|
|
|
move-result-object v3
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 137
|
|
invoke-static {v2}, Lokhttp3/internal/Util;->a(Ljava/io/Closeable;)V
|
|
|
|
const-wide/16 v4, -0x1
|
|
|
|
cmp-long v2, v0, v4
|
|
|
|
if-eqz v2, :cond_1
|
|
|
|
.line 139
|
|
array-length v2, v3
|
|
|
|
int-to-long v4, v2
|
|
|
|
cmp-long v2, v0, v4
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
.line 140
|
|
:cond_0
|
|
new-instance v2, Ljava/io/IOException;
|
|
|
|
new-instance v4, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v4}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v5, "Content-Length ("
|
|
|
|
invoke-virtual {v4, v5}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v4, v0, v1}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
|
|
|
|
const-string v0, ") and stream length ("
|
|
|
|
invoke-virtual {v4, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
array-length v0, v3
|
|
|
|
invoke-virtual {v4, v0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
|
|
|
const-string v0, ") disagree"
|
|
|
|
invoke-virtual {v4, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v4}, 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
|
|
|
|
:cond_1
|
|
:goto_0
|
|
return-object v3
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
.line 137
|
|
invoke-static {v2}, Lokhttp3/internal/Util;->a(Ljava/io/Closeable;)V
|
|
|
|
throw v0
|
|
|
|
.line 129
|
|
:cond_2
|
|
new-instance v2, Ljava/io/IOException;
|
|
|
|
new-instance v3, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v3}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v4, "Cannot buffer entire body for content length: "
|
|
|
|
invoke-virtual {v3, v4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
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
|
|
|
|
.method public final f()Ljava/lang/String;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 171
|
|
invoke-virtual {p0}, Lokhttp3/ResponseBody;->c()Lokio/BufferedSource;
|
|
|
|
move-result-object v0
|
|
|
|
.line 173
|
|
:try_start_0
|
|
invoke-direct {p0}, Lokhttp3/ResponseBody;->g()Ljava/nio/charset/Charset;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-static {v0, v1}, Lokhttp3/internal/Util;->a(Lokio/BufferedSource;Ljava/nio/charset/Charset;)Ljava/nio/charset/Charset;
|
|
|
|
move-result-object v1
|
|
|
|
.line 174
|
|
invoke-interface {v0, v1}, Lokio/BufferedSource;->readString(Ljava/nio/charset/Charset;)Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 176
|
|
invoke-static {v0}, Lokhttp3/internal/Util;->a(Ljava/io/Closeable;)V
|
|
|
|
return-object v1
|
|
|
|
:catchall_0
|
|
move-exception v1
|
|
|
|
invoke-static {v0}, Lokhttp3/internal/Util;->a(Ljava/io/Closeable;)V
|
|
|
|
throw v1
|
|
.end method
|