2022-06-10 21:38:30 +09:00

171 lines
3.0 KiB
Smali

.class public Lzf/i;
.super Ljava/lang/Object;
.source "HttpEntityWrapper.java"
# interfaces
.implements Ldf/l;
# annotations
.annotation build Lcz/msebera/android/httpclient/annotation/NotThreadSafe;
.end annotation
# instance fields
.field public a:Ldf/l;
# direct methods
.method public constructor <init>(Ldf/l;)V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const-string v0, "Wrapped entity"
.line 2
invoke-static {p1, v0}, Lqg/a;->h(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Ldf/l;
iput-object p1, p0, Lzf/i;->a:Ldf/l;
return-void
.end method
# virtual methods
.method public consumeContent()V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 1
iget-object v0, p0, Lzf/i;->a:Ldf/l;
invoke-interface {v0}, Ldf/l;->consumeContent()V
return-void
.end method
.method public getContent()Ljava/io/InputStream;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
iget-object v0, p0, Lzf/i;->a:Ldf/l;
invoke-interface {v0}, Ldf/l;->getContent()Ljava/io/InputStream;
move-result-object v0
return-object v0
.end method
.method public getContentEncoding()Ldf/d;
.locals 1
.line 1
iget-object v0, p0, Lzf/i;->a:Ldf/l;
invoke-interface {v0}, Ldf/l;->getContentEncoding()Ldf/d;
move-result-object v0
return-object v0
.end method
.method public getContentLength()J
.locals 2
.line 1
iget-object v0, p0, Lzf/i;->a:Ldf/l;
invoke-interface {v0}, Ldf/l;->getContentLength()J
move-result-wide v0
return-wide v0
.end method
.method public getContentType()Ldf/d;
.locals 1
.line 1
iget-object v0, p0, Lzf/i;->a:Ldf/l;
invoke-interface {v0}, Ldf/l;->getContentType()Ldf/d;
move-result-object v0
return-object v0
.end method
.method public isChunked()Z
.locals 1
.line 1
iget-object v0, p0, Lzf/i;->a:Ldf/l;
invoke-interface {v0}, Ldf/l;->isChunked()Z
move-result v0
return v0
.end method
.method public isRepeatable()Z
.locals 1
.line 1
iget-object v0, p0, Lzf/i;->a:Ldf/l;
invoke-interface {v0}, Ldf/l;->isRepeatable()Z
move-result v0
return v0
.end method
.method public isStreaming()Z
.locals 1
.line 1
iget-object v0, p0, Lzf/i;->a:Ldf/l;
invoke-interface {v0}, Ldf/l;->isStreaming()Z
move-result v0
return v0
.end method
.method public writeTo(Ljava/io/OutputStream;)V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
iget-object v0, p0, Lzf/i;->a:Ldf/l;
invoke-interface {v0, p1}, Ldf/l;->writeTo(Ljava/io/OutputStream;)V
return-void
.end method