123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399 |
- .class public final Lokio/InflaterSource;
- .super Ljava/lang/Object;
- .source ""
- # interfaces
- .implements Lokio/Source;
- # instance fields
- .field private bufferBytesHeldByInflater:I
- .field private closed:Z
- .field private final inflater:Ljava/util/zip/Inflater;
- .field private final source:Lokio/BufferedSource;
- # direct methods
- .method constructor <init>(Lokio/BufferedSource;Ljava/util/zip/Inflater;)V
- .locals 0
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- if-eqz p1, :cond_1
- if-eqz p2, :cond_0
- iput-object p1, p0, Lokio/InflaterSource;->source:Lokio/BufferedSource;
- iput-object p2, p0, Lokio/InflaterSource;->inflater:Ljava/util/zip/Inflater;
- return-void
- :cond_0
- new-instance p1, Ljava/lang/IllegalArgumentException;
- const-string p2, "inflater == null"
- invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
- throw p1
- :cond_1
- new-instance p1, Ljava/lang/IllegalArgumentException;
- const-string p2, "source == null"
- invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
- throw p1
- .end method
- .method public constructor <init>(Lokio/Source;Ljava/util/zip/Inflater;)V
- .locals 0
- invoke-static {p1}, Lokio/Okio;->buffer(Lokio/Source;)Lokio/BufferedSource;
- move-result-object p1
- invoke-direct {p0, p1, p2}, Lokio/InflaterSource;-><init>(Lokio/BufferedSource;Ljava/util/zip/Inflater;)V
- return-void
- .end method
- .method private releaseInflatedBytes()V
- .locals 4
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- iget v0, p0, Lokio/InflaterSource;->bufferBytesHeldByInflater:I
- if-nez v0, :cond_0
- return-void
- :cond_0
- iget-object v1, p0, Lokio/InflaterSource;->inflater:Ljava/util/zip/Inflater;
- invoke-virtual {v1}, Ljava/util/zip/Inflater;->getRemaining()I
- move-result v1
- sub-int/2addr v0, v1
- iget v1, p0, Lokio/InflaterSource;->bufferBytesHeldByInflater:I
- sub-int/2addr v1, v0
- iput v1, p0, Lokio/InflaterSource;->bufferBytesHeldByInflater:I
- iget-object v1, p0, Lokio/InflaterSource;->source:Lokio/BufferedSource;
- int-to-long v2, v0
- invoke-interface {v1, v2, v3}, Lokio/BufferedSource;->skip(J)V
- return-void
- .end method
- # virtual methods
- .method public close()V
- .locals 1
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- iget-boolean v0, p0, Lokio/InflaterSource;->closed:Z
- if-eqz v0, :cond_0
- return-void
- :cond_0
- iget-object v0, p0, Lokio/InflaterSource;->inflater:Ljava/util/zip/Inflater;
- invoke-virtual {v0}, Ljava/util/zip/Inflater;->end()V
- const/4 v0, 0x1
- iput-boolean v0, p0, Lokio/InflaterSource;->closed:Z
- iget-object v0, p0, Lokio/InflaterSource;->source:Lokio/BufferedSource;
- invoke-interface {v0}, Lokio/Source;->close()V
- return-void
- .end method
- .method public read(Lokio/Buffer;J)J
- .locals 4
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- const-wide/16 v0, 0x0
- cmp-long v2, p2, v0
- if-ltz v2, :cond_7
- iget-boolean v2, p0, Lokio/InflaterSource;->closed:Z
- if-nez v2, :cond_6
- cmp-long v2, p2, v0
- if-nez v2, :cond_0
- return-wide v0
- :cond_0
- :goto_0
- invoke-virtual {p0}, Lokio/InflaterSource;->refill()Z
- move-result p2
- const/4 p3, 0x1
- :try_start_0
- invoke-virtual {p1, p3}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
- move-result-object p3
- iget-object v0, p0, Lokio/InflaterSource;->inflater:Ljava/util/zip/Inflater;
- iget-object v1, p3, Lokio/Segment;->data:[B
- iget v2, p3, Lokio/Segment;->limit:I
- iget v3, p3, Lokio/Segment;->limit:I
- rsub-int v3, v3, 0x2000
- invoke-virtual {v0, v1, v2, v3}, Ljava/util/zip/Inflater;->inflate([BII)I
- move-result v0
- if-lez v0, :cond_1
- iget p2, p3, Lokio/Segment;->limit:I
- add-int/2addr p2, v0
- iput p2, p3, Lokio/Segment;->limit:I
- iget-wide p2, p1, Lokio/Buffer;->size:J
- int-to-long v0, v0
- add-long/2addr p2, v0
- iput-wide p2, p1, Lokio/Buffer;->size:J
- return-wide v0
- :cond_1
- iget-object v0, p0, Lokio/InflaterSource;->inflater:Ljava/util/zip/Inflater;
- invoke-virtual {v0}, Ljava/util/zip/Inflater;->finished()Z
- move-result v0
- if-nez v0, :cond_4
- iget-object v0, p0, Lokio/InflaterSource;->inflater:Ljava/util/zip/Inflater;
- invoke-virtual {v0}, Ljava/util/zip/Inflater;->needsDictionary()Z
- move-result v0
- if-eqz v0, :cond_2
- goto :goto_1
- :cond_2
- if-nez p2, :cond_3
- goto :goto_0
- :cond_3
- new-instance p1, Ljava/io/EOFException;
- const-string p2, "source exhausted prematurely"
- invoke-direct {p1, p2}, Ljava/io/EOFException;-><init>(Ljava/lang/String;)V
- throw p1
- :cond_4
- :goto_1
- invoke-direct {p0}, Lokio/InflaterSource;->releaseInflatedBytes()V
- iget p2, p3, Lokio/Segment;->pos:I
- iget v0, p3, Lokio/Segment;->limit:I
- if-ne p2, v0, :cond_5
- invoke-virtual {p3}, Lokio/Segment;->pop()Lokio/Segment;
- move-result-object p2
- iput-object p2, p1, Lokio/Buffer;->head:Lokio/Segment;
- invoke-static {p3}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
- :try_end_0
- .catch Ljava/util/zip/DataFormatException; {:try_start_0 .. :try_end_0} :catch_0
- :cond_5
- const-wide/16 p1, -0x1
- return-wide p1
- :catch_0
- move-exception p1
- new-instance p2, Ljava/io/IOException;
- invoke-direct {p2, p1}, Ljava/io/IOException;-><init>(Ljava/lang/Throwable;)V
- throw p2
- :cond_6
- new-instance p1, Ljava/lang/IllegalStateException;
- const-string p2, "closed"
- invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
- throw p1
- :cond_7
- new-instance p1, Ljava/lang/IllegalArgumentException;
- new-instance v0, Ljava/lang/StringBuilder;
- invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
- const-string v1, "byteCount < 0: "
- invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
- invoke-virtual {v0, p2, p3}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
- invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
- move-result-object p2
- invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
- goto :goto_3
- :goto_2
- throw p1
- :goto_3
- goto :goto_2
- .end method
- .method public refill()Z
- .locals 5
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/io/IOException;
- }
- .end annotation
- iget-object v0, p0, Lokio/InflaterSource;->inflater:Ljava/util/zip/Inflater;
- invoke-virtual {v0}, Ljava/util/zip/Inflater;->needsInput()Z
- move-result v0
- const/4 v1, 0x0
- if-nez v0, :cond_0
- return v1
- :cond_0
- invoke-direct {p0}, Lokio/InflaterSource;->releaseInflatedBytes()V
- iget-object v0, p0, Lokio/InflaterSource;->inflater:Ljava/util/zip/Inflater;
- invoke-virtual {v0}, Ljava/util/zip/Inflater;->getRemaining()I
- move-result v0
- if-nez v0, :cond_2
- iget-object v0, p0, Lokio/InflaterSource;->source:Lokio/BufferedSource;
- invoke-interface {v0}, Lokio/BufferedSource;->exhausted()Z
- move-result v0
- if-eqz v0, :cond_1
- const/4 v0, 0x1
- return v0
- :cond_1
- iget-object v0, p0, Lokio/InflaterSource;->source:Lokio/BufferedSource;
- invoke-interface {v0}, Lokio/BufferedSource;->buffer()Lokio/Buffer;
- move-result-object v0
- iget-object v0, v0, Lokio/Buffer;->head:Lokio/Segment;
- iget v2, v0, Lokio/Segment;->limit:I
- iget v3, v0, Lokio/Segment;->pos:I
- sub-int/2addr v2, v3
- iput v2, p0, Lokio/InflaterSource;->bufferBytesHeldByInflater:I
- iget-object v2, p0, Lokio/InflaterSource;->inflater:Ljava/util/zip/Inflater;
- iget-object v0, v0, Lokio/Segment;->data:[B
- iget v4, p0, Lokio/InflaterSource;->bufferBytesHeldByInflater:I
- invoke-virtual {v2, v0, v3, v4}, Ljava/util/zip/Inflater;->setInput([BII)V
- return v1
- :cond_2
- new-instance v0, Ljava/lang/IllegalStateException;
- const-string v1, "?"
- invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
- throw v0
- .end method
- .method public timeout()Lokio/Timeout;
- .locals 1
- iget-object v0, p0, Lokio/InflaterSource;->source:Lokio/BufferedSource;
- invoke-interface {v0}, Lokio/Source;->timeout()Lokio/Timeout;
- move-result-object v0
- return-object v0
- .end method
|