.class public Lorg/apache/http/entity/HttpEntityWrapper; .super Ljava/lang/Object; .source "HttpEntityWrapper.java" # interfaces .implements Lorg/apache/http/HttpEntity; # instance fields .field protected wrappedEntity:Lorg/apache/http/HttpEntity; # direct methods .method public constructor (Lorg/apache/http/HttpEntity;)V .registers 3 .line 56 invoke-direct {p0}, Ljava/lang/Object;->()V .line 57 const-string v0, "Wrapped entity" invoke-static {p1, v0}, Lorg/apache/http/util/Args;->notNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; move-result-object p1 check-cast p1, Lorg/apache/http/HttpEntity; iput-object p1, p0, Lorg/apache/http/entity/HttpEntityWrapper;->wrappedEntity:Lorg/apache/http/HttpEntity; return-void .end method # virtual methods .method public consumeContent()V .registers 2 .annotation system Ldalvik/annotation/Throws; value = { Ljava/io/IOException; } .end annotation .annotation runtime Ljava/lang/Deprecated; .end annotation .line 109 iget-object v0, p0, Lorg/apache/http/entity/HttpEntityWrapper;->wrappedEntity:Lorg/apache/http/HttpEntity; invoke-interface {v0}, Lorg/apache/http/HttpEntity;->consumeContent()V return-void .end method .method public getContent()Ljava/io/InputStream; .registers 2 .annotation system Ldalvik/annotation/Throws; value = { Ljava/io/IOException; } .end annotation .line 88 iget-object v0, p0, Lorg/apache/http/entity/HttpEntityWrapper;->wrappedEntity:Lorg/apache/http/HttpEntity; invoke-interface {v0}, Lorg/apache/http/HttpEntity;->getContent()Ljava/io/InputStream; move-result-object v0 return-object v0 .end method .method public getContentEncoding()Lorg/apache/http/Header; .registers 2 .line 82 iget-object v0, p0, Lorg/apache/http/entity/HttpEntityWrapper;->wrappedEntity:Lorg/apache/http/HttpEntity; invoke-interface {v0}, Lorg/apache/http/HttpEntity;->getContentEncoding()Lorg/apache/http/Header; move-result-object v0 return-object v0 .end method .method public getContentLength()J .registers 3 .line 72 iget-object v0, p0, Lorg/apache/http/entity/HttpEntityWrapper;->wrappedEntity:Lorg/apache/http/HttpEntity; invoke-interface {v0}, Lorg/apache/http/HttpEntity;->getContentLength()J move-result-wide v0 return-wide v0 .end method .method public getContentType()Lorg/apache/http/Header; .registers 2 .line 77 iget-object v0, p0, Lorg/apache/http/entity/HttpEntityWrapper;->wrappedEntity:Lorg/apache/http/HttpEntity; invoke-interface {v0}, Lorg/apache/http/HttpEntity;->getContentType()Lorg/apache/http/Header; move-result-object v0 return-object v0 .end method .method public isChunked()Z .registers 2 .line 67 iget-object v0, p0, Lorg/apache/http/entity/HttpEntityWrapper;->wrappedEntity:Lorg/apache/http/HttpEntity; invoke-interface {v0}, Lorg/apache/http/HttpEntity;->isChunked()Z move-result v0 return v0 .end method .method public isRepeatable()Z .registers 2 .line 62 iget-object v0, p0, Lorg/apache/http/entity/HttpEntityWrapper;->wrappedEntity:Lorg/apache/http/HttpEntity; invoke-interface {v0}, Lorg/apache/http/HttpEntity;->isRepeatable()Z move-result v0 return v0 .end method .method public isStreaming()Z .registers 2 .line 99 iget-object v0, p0, Lorg/apache/http/entity/HttpEntityWrapper;->wrappedEntity:Lorg/apache/http/HttpEntity; invoke-interface {v0}, Lorg/apache/http/HttpEntity;->isStreaming()Z move-result v0 return v0 .end method .method public writeTo(Ljava/io/OutputStream;)V .registers 3 .annotation system Ldalvik/annotation/Throws; value = { Ljava/io/IOException; } .end annotation .line 94 iget-object v0, p0, Lorg/apache/http/entity/HttpEntityWrapper;->wrappedEntity:Lorg/apache/http/HttpEntity; invoke-interface {v0, p1}, Lorg/apache/http/HttpEntity;->writeTo(Ljava/io/OutputStream;)V return-void .end method