123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- .class Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;
- .super Lokio/ForwardingSource;
- .source ""
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lokhttp3/internal/http2/Http2Codec;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x0
- name = "StreamFinishingSource"
- .end annotation
- # instance fields
- .field bytesRead:J
- .field completed:Z
- .field final synthetic this$0:Lokhttp3/internal/http2/Http2Codec;
- # direct methods
- .method constructor <init>(Lokhttp3/internal/http2/Http2Codec;Lokio/Source;)V
- .locals 0
- iput-object p1, p0, Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;->this$0:Lokhttp3/internal/http2/Http2Codec;
- invoke-direct {p0, p2}, Lokio/ForwardingSource;-><init>(Lokio/Source;)V
- const/4 p1, 0x0
- iput-boolean p1, p0, Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;->completed:Z
- const-wide/16 p1, 0x0
- iput-wide p1, p0, Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;->bytesRead:J
- return-void
- .end method
- .method private endOfInput(Ljava/io/IOException;)V
- .locals 7
- iget-boolean v0, p0, Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;->completed:Z
- if-eqz v0, :cond_0
- return-void
- :cond_0
- const/4 v0, 0x1
- iput-boolean v0, p0, Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;->completed:Z
- iget-object v3, p0, Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;->this$0:Lokhttp3/internal/http2/Http2Codec;
- iget-object v1, v3, Lokhttp3/internal/http2/Http2Codec;->streamAllocation:Lokhttp3/internal/connection/StreamAllocation;
- const/4 v2, 0x0
- iget-wide v4, p0, Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;->bytesRead:J
- move-object v6, p1
- invoke-virtual/range {v1 .. v6}, Lokhttp3/internal/connection/StreamAllocation;->streamFinished(ZLokhttp3/internal/http/HttpCodec;JLjava/io/IOException;)V
- return-void
- .end method
- # virtual methods
- .method public close()V
- .locals 1
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- invoke-super {p0}, Lokio/ForwardingSource;->close()V
- const/4 v0, 0x0
- invoke-direct {p0, v0}, Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;->endOfInput(Ljava/io/IOException;)V
- return-void
- .end method
- .method public read(Lokio/Buffer;J)J
- .locals 2
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- :try_start_0
- invoke-virtual {p0}, Lokio/ForwardingSource;->delegate()Lokio/Source;
- move-result-object v0
- invoke-interface {v0, p1, p2, p3}, Lokio/Source;->read(Lokio/Buffer;J)J
- move-result-wide p1
- const-wide/16 v0, 0x0
- cmp-long p3, p1, v0
- if-lez p3, :cond_0
- iget-wide v0, p0, Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;->bytesRead:J
- add-long/2addr v0, p1
- iput-wide v0, p0, Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;->bytesRead:J
- :try_end_0
- .catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
- :cond_0
- return-wide p1
- :catch_0
- move-exception p1
- invoke-direct {p0, p1}, Lokhttp3/internal/http2/Http2Codec$StreamFinishingSource;->endOfInput(Ljava/io/IOException;)V
- throw p1
- .end method
|