Buffer.smali
.class public final Lokio/Buffer;
.super Ljava/lang/Object;
.source "Buffer.java"
# interfaces
.implements Lokio/BufferedSource;
.implements Lokio/BufferedSink;
.implements Ljava/lang/Cloneable;
.implements Ljava/nio/channels/ByteChannel;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lokio/Buffer$UnsafeCursor;
}
.end annotation
# static fields
.field private static final DIGITS:[B
.field static final REPLACEMENT_CHARACTER:I = 0xfffd
# instance fields
.field head:Lokio/Segment;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
.field size:J
# direct methods
.method static constructor <clinit>()V
.registers 1
const/16 v0, 0x10
new-array v0, v0, [B
.line 55
fill-array-data v0, :array_a
sput-object v0, Lokio/Buffer;->DIGITS:[B
return-void
:array_a
.array-data 1
0x30t
0x31t
0x32t
0x33t
0x34t
0x35t
0x36t
0x37t
0x38t
0x39t
0x61t
0x62t
0x63t
0x64t
0x65t
0x66t
.end array-data
.end method
.method public constructor <init>()V
.registers 1
.line 62
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method private digest(Ljava/lang/String;)Lokio/ByteString;
.registers 7
.line 1622
:try_start_0
invoke-static {p1}, Ljava/security/MessageDigest;->getInstance(Ljava/lang/String;)Ljava/security/MessageDigest;
move-result-object p1
.line 1623
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
if-eqz v0, :cond_2f
.line 1624
iget-object v0, v0, Lokio/Segment;->data:[B
iget-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
iget v1, v1, Lokio/Segment;->pos:I
iget-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
iget v2, v2, Lokio/Segment;->limit:I
iget-object v3, p0, Lokio/Buffer;->head:Lokio/Segment;
iget v3, v3, Lokio/Segment;->pos:I
sub-int/2addr v2, v3
invoke-virtual {p1, v0, v1, v2}, Ljava/security/MessageDigest;->update([BII)V
.line 1625
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
:goto_1c
iget-object v0, v0, Lokio/Segment;->next:Lokio/Segment;
iget-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
if-eq v0, v1, :cond_2f
.line 1626
iget-object v1, v0, Lokio/Segment;->data:[B
iget v2, v0, Lokio/Segment;->pos:I
iget v3, v0, Lokio/Segment;->limit:I
iget v4, v0, Lokio/Segment;->pos:I
sub-int/2addr v3, v4
invoke-virtual {p1, v1, v2, v3}, Ljava/security/MessageDigest;->update([BII)V
goto :goto_1c
.line 1629
:cond_2f
invoke-virtual {p1}, Ljava/security/MessageDigest;->digest()[B
move-result-object p1
invoke-static {p1}, Lokio/ByteString;->of([B)Lokio/ByteString;
move-result-object p1
:try_end_37
.catch Ljava/security/NoSuchAlgorithmException; {:try_start_0 .. :try_end_37} :catch_38
return-object p1
.line 1631
:catch_38
new-instance p1, Ljava/lang/AssertionError;
invoke-direct {p1}, Ljava/lang/AssertionError;-><init>()V
goto :goto_3f
:goto_3e
throw p1
:goto_3f
goto :goto_3e
.end method
.method private hmac(Ljava/lang/String;Lokio/ByteString;)Lokio/ByteString;
.registers 7
.line 1652
:try_start_0
invoke-static {p1}, Ljavax/crypto/Mac;->getInstance(Ljava/lang/String;)Ljavax/crypto/Mac;
move-result-object v0
.line 1653
new-instance v1, Ljavax/crypto/spec/SecretKeySpec;
invoke-virtual {p2}, Lokio/ByteString;->toByteArray()[B
move-result-object p2
invoke-direct {v1, p2, p1}, Ljavax/crypto/spec/SecretKeySpec;-><init>([BLjava/lang/String;)V
invoke-virtual {v0, v1}, Ljavax/crypto/Mac;->init(Ljava/security/Key;)V
.line 1654
iget-object p1, p0, Lokio/Buffer;->head:Lokio/Segment;
if-eqz p1, :cond_3b
.line 1655
iget-object p1, p1, Lokio/Segment;->data:[B
iget-object p2, p0, Lokio/Buffer;->head:Lokio/Segment;
iget p2, p2, Lokio/Segment;->pos:I
iget-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
iget v1, v1, Lokio/Segment;->limit:I
iget-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
iget v2, v2, Lokio/Segment;->pos:I
sub-int/2addr v1, v2
invoke-virtual {v0, p1, p2, v1}, Ljavax/crypto/Mac;->update([BII)V
.line 1656
iget-object p1, p0, Lokio/Buffer;->head:Lokio/Segment;
:goto_28
iget-object p1, p1, Lokio/Segment;->next:Lokio/Segment;
iget-object p2, p0, Lokio/Buffer;->head:Lokio/Segment;
if-eq p1, p2, :cond_3b
.line 1657
iget-object p2, p1, Lokio/Segment;->data:[B
iget v1, p1, Lokio/Segment;->pos:I
iget v2, p1, Lokio/Segment;->limit:I
iget v3, p1, Lokio/Segment;->pos:I
sub-int/2addr v2, v3
invoke-virtual {v0, p2, v1, v2}, Ljavax/crypto/Mac;->update([BII)V
goto :goto_28
.line 1660
:cond_3b
invoke-virtual {v0}, Ljavax/crypto/Mac;->doFinal()[B
move-result-object p1
invoke-static {p1}, Lokio/ByteString;->of([B)Lokio/ByteString;
move-result-object p1
:try_end_43
.catch Ljava/security/NoSuchAlgorithmException; {:try_start_0 .. :try_end_43} :catch_4b
.catch Ljava/security/InvalidKeyException; {:try_start_0 .. :try_end_43} :catch_44
return-object p1
:catch_44
move-exception p1
.line 1664
new-instance p2, Ljava/lang/IllegalArgumentException;
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/Throwable;)V
throw p2
.line 1662
:catch_4b
new-instance p1, Ljava/lang/AssertionError;
invoke-direct {p1}, Ljava/lang/AssertionError;-><init>()V
goto :goto_52
:goto_51
throw p1
:goto_52
goto :goto_51
.end method
.method private rangeEquals(Lokio/Segment;ILokio/ByteString;II)Z
.registers 11
.line 1553
iget v0, p1, Lokio/Segment;->limit:I
.line 1554
iget-object v1, p1, Lokio/Segment;->data:[B
:goto_4
if-ge p4, p5, :cond_23
if-ne p2, v0, :cond_14
.line 1558
iget-object p1, p1, Lokio/Segment;->next:Lokio/Segment;
.line 1559
iget-object p2, p1, Lokio/Segment;->data:[B
.line 1560
iget v0, p1, Lokio/Segment;->pos:I
.line 1561
iget v1, p1, Lokio/Segment;->limit:I
move v4, v1
move-object v1, p2
move p2, v0
move v0, v4
.line 1564
:cond_14
aget-byte v2, v1, p2
invoke-virtual {p3, p4}, Lokio/ByteString;->getByte(I)B
move-result v3
if-eq v2, v3, :cond_1e
const/4 p1, 0x0
return p1
:cond_1e
add-int/lit8 p2, p2, 0x1
add-int/lit8 p4, p4, 0x1
goto :goto_4
:cond_23
const/4 p1, 0x1
return p1
.end method
.method private readFrom(Ljava/io/InputStream;JZ)V
.registers 9
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
if-eqz p1, :cond_3c
:goto_2
const-wide/16 v0, 0x0
cmp-long v2, p2, v0
if-gtz v2, :cond_c
if-eqz p4, :cond_b
goto :goto_c
:cond_b
return-void
:cond_c
:goto_c
const/4 v0, 0x1
.line 248
invoke-virtual {p0, v0}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object v0
.line 249
iget v1, v0, Lokio/Segment;->limit:I
rsub-int v1, v1, 0x2000
int-to-long v1, v1
invoke-static {p2, p3, v1, v2}, Ljava/lang/Math;->min(JJ)J
move-result-wide v1
long-to-int v2, v1
.line 250
iget-object v1, v0, Lokio/Segment;->data:[B
iget v3, v0, Lokio/Segment;->limit:I
invoke-virtual {p1, v1, v3, v2}, Ljava/io/InputStream;->read([BII)I
move-result v1
const/4 v2, -0x1
if-ne v1, v2, :cond_2f
if-eqz p4, :cond_29
return-void
.line 253
:cond_29
new-instance p1, Ljava/io/EOFException;
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
throw p1
.line 255
:cond_2f
iget v2, v0, Lokio/Segment;->limit:I
add-int/2addr v2, v1
iput v2, v0, Lokio/Segment;->limit:I
.line 256
iget-wide v2, p0, Lokio/Buffer;->size:J
int-to-long v0, v1
add-long/2addr v2, v0
iput-wide v2, p0, Lokio/Buffer;->size:J
sub-long/2addr p2, v0
goto :goto_2
.line 246
:cond_3c
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "in == null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_45
:goto_44
throw p1
:goto_45
goto :goto_44
.end method
# virtual methods
.method public buffer()Lokio/Buffer;
.registers 1
return-object p0
.end method
.method public clear()V
.registers 3
.line 840
:try_start_0
iget-wide v0, p0, Lokio/Buffer;->size:J
invoke-virtual {p0, v0, v1}, Lokio/Buffer;->skip(J)V
:try_end_5
.catch Ljava/io/EOFException; {:try_start_0 .. :try_end_5} :catch_6
return-void
:catch_6
move-exception v0
.line 842
new-instance v1, Ljava/lang/AssertionError;
invoke-direct {v1, v0}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
throw v1
.end method
.method public bridge synthetic clone()Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/CloneNotSupportedException;
}
.end annotation
.line 54
invoke-virtual {p0}, Lokio/Buffer;->clone()Lokio/Buffer;
move-result-object v0
return-object v0
.end method
.method public clone()Lokio/Buffer;
.registers 7
.line 1724
new-instance v0, Lokio/Buffer;
invoke-direct {v0}, Lokio/Buffer;-><init>()V
.line 1725
iget-wide v1, p0, Lokio/Buffer;->size:J
const-wide/16 v3, 0x0
cmp-long v5, v1, v3
if-nez v5, :cond_e
return-object v0
.line 1727
:cond_e
iget-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
invoke-virtual {v1}, Lokio/Segment;->sharedCopy()Lokio/Segment;
move-result-object v1
iput-object v1, v0, Lokio/Buffer;->head:Lokio/Segment;
.line 1728
iput-object v1, v1, Lokio/Segment;->prev:Lokio/Segment;
iput-object v1, v1, Lokio/Segment;->next:Lokio/Segment;
.line 1729
iget-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
:goto_1c
iget-object v1, v1, Lokio/Segment;->next:Lokio/Segment;
iget-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
if-eq v1, v2, :cond_2e
.line 1730
iget-object v2, v0, Lokio/Buffer;->head:Lokio/Segment;
iget-object v2, v2, Lokio/Segment;->prev:Lokio/Segment;
invoke-virtual {v1}, Lokio/Segment;->sharedCopy()Lokio/Segment;
move-result-object v3
invoke-virtual {v2, v3}, Lokio/Segment;->push(Lokio/Segment;)Lokio/Segment;
goto :goto_1c
.line 1732
:cond_2e
iget-wide v1, p0, Lokio/Buffer;->size:J
iput-wide v1, v0, Lokio/Buffer;->size:J
return-object v0
.end method
.method public close()V
.registers 1
return-void
.end method
.method public completeSegmentByteCount()J
.registers 6
.line 267
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
cmp-long v4, v0, v2
if-nez v4, :cond_9
return-wide v2
.line 271
:cond_9
iget-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
iget-object v2, v2, Lokio/Segment;->prev:Lokio/Segment;
.line 272
iget v3, v2, Lokio/Segment;->limit:I
const/16 v4, 0x2000
if-ge v3, v4, :cond_1e
iget-boolean v3, v2, Lokio/Segment;->owner:Z
if-eqz v3, :cond_1e
.line 273
iget v3, v2, Lokio/Segment;->limit:I
iget v2, v2, Lokio/Segment;->pos:I
sub-int/2addr v3, v2
int-to-long v2, v3
sub-long/2addr v0, v2
:cond_1e
return-wide v0
.end method
.method public copyTo(Ljava/io/OutputStream;)Lokio/Buffer;
.registers 8
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 142
iget-wide v4, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
move-object v0, p0
move-object v1, p1
invoke-virtual/range {v0 .. v5}, Lokio/Buffer;->copyTo(Ljava/io/OutputStream;JJ)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public copyTo(Ljava/io/OutputStream;JJ)Lokio/Buffer;
.registers 12
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
if-eqz p1, :cond_44
.line 151
iget-wide v0, p0, Lokio/Buffer;->size:J
move-wide v2, p2
move-wide v4, p4
invoke-static/range {v0 .. v5}, Lokio/Util;->checkOffsetAndCount(JJJ)V
const-wide/16 v0, 0x0
cmp-long v2, p4, v0
if-nez v2, :cond_10
return-object p0
.line 155
:cond_10
iget-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 156
:goto_12
iget v3, v2, Lokio/Segment;->limit:I
iget v4, v2, Lokio/Segment;->pos:I
sub-int/2addr v3, v4
int-to-long v3, v3
cmp-long v5, p2, v3
if-ltz v5, :cond_26
.line 157
iget v3, v2, Lokio/Segment;->limit:I
iget v4, v2, Lokio/Segment;->pos:I
sub-int/2addr v3, v4
int-to-long v3, v3
sub-long/2addr p2, v3
.line 156
iget-object v2, v2, Lokio/Segment;->next:Lokio/Segment;
goto :goto_12
:cond_26
:goto_26
cmp-long v3, p4, v0
if-lez v3, :cond_43
.line 162
iget v3, v2, Lokio/Segment;->pos:I
int-to-long v3, v3
add-long/2addr v3, p2
long-to-int p2, v3
.line 163
iget p3, v2, Lokio/Segment;->limit:I
sub-int/2addr p3, p2
int-to-long v3, p3
invoke-static {v3, v4, p4, p5}, Ljava/lang/Math;->min(JJ)J
move-result-wide v3
long-to-int p3, v3
.line 164
iget-object v3, v2, Lokio/Segment;->data:[B
invoke-virtual {p1, v3, p2, p3}, Ljava/io/OutputStream;->write([BII)V
int-to-long p2, p3
sub-long/2addr p4, p2
.line 161
iget-object v2, v2, Lokio/Segment;->next:Lokio/Segment;
move-wide p2, v0
goto :goto_26
:cond_43
return-object p0
.line 150
:cond_44
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "out == null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_4d
:goto_4c
throw p1
:goto_4d
goto :goto_4c
.end method
.method public copyTo(Lokio/Buffer;JJ)Lokio/Buffer;
.registers 12
if-eqz p1, :cond_62
.line 175
iget-wide v0, p0, Lokio/Buffer;->size:J
move-wide v2, p2
move-wide v4, p4
invoke-static/range {v0 .. v5}, Lokio/Util;->checkOffsetAndCount(JJJ)V
const-wide/16 v0, 0x0
cmp-long v2, p4, v0
if-nez v2, :cond_10
return-object p0
.line 178
:cond_10
iget-wide v2, p1, Lokio/Buffer;->size:J
add-long/2addr v2, p4
iput-wide v2, p1, Lokio/Buffer;->size:J
.line 181
iget-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 182
:goto_17
iget v3, v2, Lokio/Segment;->limit:I
iget v4, v2, Lokio/Segment;->pos:I
sub-int/2addr v3, v4
int-to-long v3, v3
cmp-long v5, p2, v3
if-ltz v5, :cond_2b
.line 183
iget v3, v2, Lokio/Segment;->limit:I
iget v4, v2, Lokio/Segment;->pos:I
sub-int/2addr v3, v4
int-to-long v3, v3
sub-long/2addr p2, v3
.line 182
iget-object v2, v2, Lokio/Segment;->next:Lokio/Segment;
goto :goto_17
:cond_2b
:goto_2b
cmp-long v3, p4, v0
if-lez v3, :cond_61
.line 188
invoke-virtual {v2}, Lokio/Segment;->sharedCopy()Lokio/Segment;
move-result-object v3
.line 189
iget v4, v3, Lokio/Segment;->pos:I
int-to-long v4, v4
add-long/2addr v4, p2
long-to-int p2, v4
iput p2, v3, Lokio/Segment;->pos:I
.line 190
iget p2, v3, Lokio/Segment;->pos:I
long-to-int p3, p4
add-int/2addr p2, p3
iget p3, v3, Lokio/Segment;->limit:I
invoke-static {p2, p3}, Ljava/lang/Math;->min(II)I
move-result p2
iput p2, v3, Lokio/Segment;->limit:I
.line 191
iget-object p2, p1, Lokio/Buffer;->head:Lokio/Segment;
if-nez p2, :cond_51
.line 192
iput-object v3, v3, Lokio/Segment;->prev:Lokio/Segment;
iput-object v3, v3, Lokio/Segment;->next:Lokio/Segment;
iput-object v3, p1, Lokio/Buffer;->head:Lokio/Segment;
goto :goto_56
.line 194
:cond_51
iget-object p2, p2, Lokio/Segment;->prev:Lokio/Segment;
invoke-virtual {p2, v3}, Lokio/Segment;->push(Lokio/Segment;)Lokio/Segment;
.line 196
:goto_56
iget p2, v3, Lokio/Segment;->limit:I
iget p3, v3, Lokio/Segment;->pos:I
sub-int/2addr p2, p3
int-to-long p2, p2
sub-long/2addr p4, p2
.line 187
iget-object v2, v2, Lokio/Segment;->next:Lokio/Segment;
move-wide p2, v0
goto :goto_2b
:cond_61
return-object p0
.line 174
:cond_62
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "out == null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_6b
:goto_6a
throw p1
:goto_6b
goto :goto_6a
.end method
.method public emit()Lokio/BufferedSink;
.registers 1
return-object p0
.end method
.method public emitCompleteSegments()Lokio/Buffer;
.registers 1
return-object p0
.end method
.method public bridge synthetic emitCompleteSegments()Lokio/BufferedSink;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0}, Lokio/Buffer;->emitCompleteSegments()Lokio/Buffer;
move-result-object v0
return-object v0
.end method
.method public equals(Ljava/lang/Object;)Z
.registers 15
const/4 v0, 0x1
if-ne p0, p1, :cond_4
return v0
.line 1670
:cond_4
instance-of v1, p1, Lokio/Buffer;
const/4 v2, 0x0
if-nez v1, :cond_a
return v2
.line 1671
:cond_a
check-cast p1, Lokio/Buffer;
.line 1672
iget-wide v3, p0, Lokio/Buffer;->size:J
iget-wide v5, p1, Lokio/Buffer;->size:J
cmp-long v1, v3, v5
if-eqz v1, :cond_15
return v2
:cond_15
const-wide/16 v5, 0x0
cmp-long v1, v3, v5
if-nez v1, :cond_1c
return v0
.line 1675
:cond_1c
iget-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 1676
iget-object p1, p1, Lokio/Buffer;->head:Lokio/Segment;
.line 1677
iget v3, v1, Lokio/Segment;->pos:I
.line 1678
iget v4, p1, Lokio/Segment;->pos:I
.line 1680
:goto_24
iget-wide v7, p0, Lokio/Buffer;->size:J
cmp-long v9, v5, v7
if-gez v9, :cond_61
.line 1681
iget v7, v1, Lokio/Segment;->limit:I
sub-int/2addr v7, v3
iget v8, p1, Lokio/Segment;->limit:I
sub-int/2addr v8, v4
invoke-static {v7, v8}, Ljava/lang/Math;->min(II)I
move-result v7
int-to-long v7, v7
const/4 v9, 0x0
:goto_36
int-to-long v10, v9
cmp-long v12, v10, v7
if-gez v12, :cond_4f
.line 1684
iget-object v10, v1, Lokio/Segment;->data:[B
add-int/lit8 v11, v3, 0x1
aget-byte v3, v10, v3
iget-object v10, p1, Lokio/Segment;->data:[B
add-int/lit8 v12, v4, 0x1
aget-byte v4, v10, v4
if-eq v3, v4, :cond_4a
return v2
:cond_4a
add-int/lit8 v9, v9, 0x1
move v3, v11
move v4, v12
goto :goto_36
.line 1687
:cond_4f
iget v9, v1, Lokio/Segment;->limit:I
if-ne v3, v9, :cond_57
.line 1688
iget-object v1, v1, Lokio/Segment;->next:Lokio/Segment;
.line 1689
iget v3, v1, Lokio/Segment;->pos:I
.line 1692
:cond_57
iget v9, p1, Lokio/Segment;->limit:I
if-ne v4, v9, :cond_5f
.line 1693
iget-object p1, p1, Lokio/Segment;->next:Lokio/Segment;
.line 1694
iget v4, p1, Lokio/Segment;->pos:I
:cond_5f
add-long/2addr v5, v7
goto :goto_24
:cond_61
return v0
.end method
.method public exhausted()Z
.registers 6
.line 105
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
cmp-long v4, v0, v2
if-nez v4, :cond_a
const/4 v0, 0x1
goto :goto_b
:cond_a
const/4 v0, 0x0
:goto_b
return v0
.end method
.method public flush()V
.registers 1
return-void
.end method
.method public getByte(J)B
.registers 9
.line 302
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v4, 0x1
move-wide v2, p1
invoke-static/range {v0 .. v5}, Lokio/Util;->checkOffsetAndCount(JJJ)V
.line 303
iget-wide v0, p0, Lokio/Buffer;->size:J
sub-long v2, v0, p1
cmp-long v4, v2, p1
if-lez v4, :cond_29
.line 304
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 305
:goto_12
iget v1, v0, Lokio/Segment;->limit:I
iget v2, v0, Lokio/Segment;->pos:I
sub-int/2addr v1, v2
int-to-long v1, v1
cmp-long v3, p1, v1
if-gez v3, :cond_25
.line 306
iget-object v1, v0, Lokio/Segment;->data:[B
iget v0, v0, Lokio/Segment;->pos:I
long-to-int p2, p1
add-int/2addr v0, p2
aget-byte p1, v1, v0
return p1
:cond_25
sub-long/2addr p1, v1
.line 304
iget-object v0, v0, Lokio/Segment;->next:Lokio/Segment;
goto :goto_12
:cond_29
sub-long/2addr p1, v0
.line 311
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
:cond_2c
iget-object v0, v0, Lokio/Segment;->prev:Lokio/Segment;
.line 312
iget v1, v0, Lokio/Segment;->limit:I
iget v2, v0, Lokio/Segment;->pos:I
sub-int/2addr v1, v2
int-to-long v1, v1
add-long/2addr p1, v1
const-wide/16 v1, 0x0
cmp-long v3, p1, v1
if-ltz v3, :cond_2c
.line 313
iget-object v1, v0, Lokio/Segment;->data:[B
iget v0, v0, Lokio/Segment;->pos:I
long-to-int p2, p1
add-int/2addr v0, p2
aget-byte p1, v1, v0
return p1
.end method
.method public hashCode()I
.registers 6
.line 1702
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
if-nez v0, :cond_6
const/4 v0, 0x0
return v0
:cond_6
const/4 v1, 0x1
.line 1706
:cond_7
iget v2, v0, Lokio/Segment;->pos:I
iget v3, v0, Lokio/Segment;->limit:I
:goto_b
if-ge v2, v3, :cond_17
mul-int/lit8 v1, v1, 0x1f
.line 1707
iget-object v4, v0, Lokio/Segment;->data:[B
aget-byte v4, v4, v2
add-int/2addr v1, v4
add-int/lit8 v2, v2, 0x1
goto :goto_b
.line 1709
:cond_17
iget-object v0, v0, Lokio/Segment;->next:Lokio/Segment;
.line 1710
iget-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
if-ne v0, v2, :cond_7
return v1
.end method
.method public hmacSha1(Lokio/ByteString;)Lokio/ByteString;
.registers 3
const-string v0, "HmacSHA1"
.line 1637
invoke-direct {p0, v0, p1}, Lokio/Buffer;->hmac(Ljava/lang/String;Lokio/ByteString;)Lokio/ByteString;
move-result-object p1
return-object p1
.end method
.method public hmacSha256(Lokio/ByteString;)Lokio/ByteString;
.registers 3
const-string v0, "HmacSHA256"
.line 1642
invoke-direct {p0, v0, p1}, Lokio/Buffer;->hmac(Ljava/lang/String;Lokio/ByteString;)Lokio/ByteString;
move-result-object p1
return-object p1
.end method
.method public hmacSha512(Lokio/ByteString;)Lokio/ByteString;
.registers 3
const-string v0, "HmacSHA512"
.line 1647
invoke-direct {p0, v0, p1}, Lokio/Buffer;->hmac(Ljava/lang/String;Lokio/ByteString;)Lokio/ByteString;
move-result-object p1
return-object p1
.end method
.method public indexOf(B)J
.registers 8
const-wide/16 v2, 0x0
const-wide v4, 0x7fffffffffffffffL
move-object v0, p0
move v1, p1
.line 1323
invoke-virtual/range {v0 .. v5}, Lokio/Buffer;->indexOf(BJJ)J
move-result-wide v0
return-wide v0
.end method
.method public indexOf(BJ)J
.registers 10
const-wide v4, 0x7fffffffffffffffL
move-object v0, p0
move v1, p1
move-wide v2, p2
.line 1331
invoke-virtual/range {v0 .. v5}, Lokio/Buffer;->indexOf(BJJ)J
move-result-wide p1
return-wide p1
.end method
.method public indexOf(BJJ)J
.registers 21
move-object v0, p0
const-wide/16 v1, 0x0
cmp-long v3, p2, v1
if-ltz v3, :cond_7f
cmp-long v3, p4, p2
if-ltz v3, :cond_7f
.line 1340
iget-wide v3, v0, Lokio/Buffer;->size:J
cmp-long v5, p4, v3
if-lez v5, :cond_13
move-wide v5, v3
goto :goto_15
:cond_13
move-wide/from16 v5, p4
:goto_15
const-wide/16 v7, -0x1
cmp-long v9, p2, v5
if-nez v9, :cond_1c
return-wide v7
.line 1349
:cond_1c
iget-object v9, v0, Lokio/Buffer;->head:Lokio/Segment;
if-nez v9, :cond_21
return-wide v7
:cond_21
sub-long v10, v3, p2
cmp-long v12, v10, p2
if-gez v12, :cond_35
:goto_27
cmp-long v1, v3, p2
if-lez v1, :cond_45
.line 1357
iget-object v9, v9, Lokio/Segment;->prev:Lokio/Segment;
.line 1358
iget v1, v9, Lokio/Segment;->limit:I
iget v2, v9, Lokio/Segment;->pos:I
sub-int/2addr v1, v2
int-to-long v1, v1
sub-long/2addr v3, v1
goto :goto_27
.line 1363
:cond_35
:goto_35
iget v3, v9, Lokio/Segment;->limit:I
iget v4, v9, Lokio/Segment;->pos:I
sub-int/2addr v3, v4
int-to-long v3, v3
add-long/2addr v3, v1
cmp-long v10, v3, p2
if-gez v10, :cond_44
.line 1364
iget-object v9, v9, Lokio/Segment;->next:Lokio/Segment;
move-wide v1, v3
goto :goto_35
:cond_44
move-wide v3, v1
:cond_45
move-wide/from16 v1, p2
:goto_47
cmp-long v10, v3, v5
if-gez v10, :cond_7e
.line 1372
iget-object v10, v9, Lokio/Segment;->data:[B
.line 1373
iget v11, v9, Lokio/Segment;->limit:I
int-to-long v11, v11
iget v13, v9, Lokio/Segment;->pos:I
int-to-long v13, v13
add-long/2addr v13, v5
sub-long/2addr v13, v3
invoke-static {v11, v12, v13, v14}, Ljava/lang/Math;->min(JJ)J
move-result-wide v11
long-to-int v12, v11
.line 1374
iget v11, v9, Lokio/Segment;->pos:I
int-to-long v13, v11
add-long/2addr v13, v1
sub-long/2addr v13, v3
long-to-int v1, v13
:goto_60
if-ge v1, v12, :cond_71
.line 1376
aget-byte v2, v10, v1
move/from16 v11, p1
if-ne v2, v11, :cond_6e
.line 1377
iget v2, v9, Lokio/Segment;->pos:I
sub-int/2addr v1, v2
int-to-long v1, v1
add-long/2addr v1, v3
return-wide v1
:cond_6e
add-int/lit8 v1, v1, 0x1
goto :goto_60
:cond_71
move/from16 v11, p1
.line 1382
iget v1, v9, Lokio/Segment;->limit:I
iget v2, v9, Lokio/Segment;->pos:I
sub-int/2addr v1, v2
int-to-long v1, v1
add-long/2addr v3, v1
.line 1384
iget-object v9, v9, Lokio/Segment;->next:Lokio/Segment;
move-wide v1, v3
goto :goto_47
:cond_7e
return-wide v7
.line 1336
:cond_7f
new-instance v1, Ljava/lang/IllegalArgumentException;
const/4 v2, 0x3
new-array v2, v2, [Ljava/lang/Object;
const/4 v3, 0x0
iget-wide v4, v0, Lokio/Buffer;->size:J
.line 1337
invoke-static {v4, v5}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object v4
aput-object v4, v2, v3
invoke-static/range {p2 .. p3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object v3
const/4 v4, 0x1
aput-object v3, v2, v4
const/4 v3, 0x2
invoke-static/range {p4 .. p5}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object v4
aput-object v4, v2, v3
const-string v3, "size=%s fromIndex=%s toIndex=%s"
invoke-static {v3, v2}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object v2
invoke-direct {v1, v2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_a6
:goto_a5
throw v1
:goto_a6
goto :goto_a5
.end method
.method public indexOf(Lokio/ByteString;)J
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
const-wide/16 v0, 0x0
.line 1391
invoke-virtual {p0, p1, v0, v1}, Lokio/Buffer;->indexOf(Lokio/ByteString;J)J
move-result-wide v0
return-wide v0
.end method
.method public indexOf(Lokio/ByteString;J)J
.registers 22
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
move-object/from16 v6, p0
.line 1395
invoke-virtual/range {p1 .. p1}, Lokio/ByteString;->size()I
move-result v0
if-eqz v0, :cond_a6
const-wide/16 v0, 0x0
cmp-long v2, p2, v0
if-ltz v2, :cond_9e
.line 1404
iget-object v2, v6, Lokio/Buffer;->head:Lokio/Segment;
const-wide/16 v7, -0x1
if-nez v2, :cond_15
return-wide v7
.line 1408
:cond_15
iget-wide v3, v6, Lokio/Buffer;->size:J
sub-long v9, v3, p2
cmp-long v5, v9, p2
if-gez v5, :cond_2b
:goto_1d
cmp-long v0, v3, p2
if-lez v0, :cond_3b
.line 1412
iget-object v2, v2, Lokio/Segment;->prev:Lokio/Segment;
.line 1413
iget v0, v2, Lokio/Segment;->limit:I
iget v1, v2, Lokio/Segment;->pos:I
sub-int/2addr v0, v1
int-to-long v0, v0
sub-long/2addr v3, v0
goto :goto_1d
.line 1418
:cond_2b
:goto_2b
iget v3, v2, Lokio/Segment;->limit:I
iget v4, v2, Lokio/Segment;->pos:I
sub-int/2addr v3, v4
int-to-long v3, v3
add-long/2addr v3, v0
cmp-long v5, v3, p2
if-gez v5, :cond_3a
.line 1419
iget-object v2, v2, Lokio/Segment;->next:Lokio/Segment;
move-wide v0, v3
goto :goto_2b
:cond_3a
move-wide v3, v0
:cond_3b
const/4 v0, 0x0
move-object/from16 v9, p1
.line 1427
invoke-virtual {v9, v0}, Lokio/ByteString;->getByte(I)B
move-result v10
.line 1428
invoke-virtual/range {p1 .. p1}, Lokio/ByteString;->size()I
move-result v11
.line 1429
iget-wide v0, v6, Lokio/Buffer;->size:J
int-to-long v12, v11
sub-long/2addr v0, v12
const-wide/16 v12, 0x1
add-long/2addr v12, v0
move-wide/from16 v0, p2
move-object v14, v2
move-wide v15, v3
:goto_51
cmp-long v2, v15, v12
if-gez v2, :cond_9c
.line 1432
iget-object v5, v14, Lokio/Segment;->data:[B
.line 1433
iget v2, v14, Lokio/Segment;->limit:I
int-to-long v2, v2
iget v4, v14, Lokio/Segment;->pos:I
int-to-long v7, v4
add-long/2addr v7, v12
sub-long/2addr v7, v15
invoke-static {v2, v3, v7, v8}, Ljava/lang/Math;->min(JJ)J
move-result-wide v2
long-to-int v7, v2
.line 1434
iget v2, v14, Lokio/Segment;->pos:I
int-to-long v2, v2
add-long/2addr v2, v0
sub-long/2addr v2, v15
long-to-int v0, v2
move v8, v0
:goto_6b
if-ge v8, v7, :cond_8f
.line 1435
aget-byte v0, v5, v8
if-ne v0, v10, :cond_88
add-int/lit8 v2, v8, 0x1
const/4 v4, 0x1
move-object/from16 v0, p0
move-object v1, v14
move-object/from16 v3, p1
move-object/from16 v17, v5
move v5, v11
invoke-direct/range {v0 .. v5}, Lokio/Buffer;->rangeEquals(Lokio/Segment;ILokio/ByteString;II)Z
move-result v0
if-eqz v0, :cond_8a
.line 1436
iget v0, v14, Lokio/Segment;->pos:I
sub-int/2addr v8, v0
int-to-long v0, v8
add-long/2addr v0, v15
return-wide v0
:cond_88
move-object/from16 v17, v5
:cond_8a
add-int/lit8 v8, v8, 0x1
move-object/from16 v5, v17
goto :goto_6b
.line 1441
:cond_8f
iget v0, v14, Lokio/Segment;->limit:I
iget v1, v14, Lokio/Segment;->pos:I
sub-int/2addr v0, v1
int-to-long v0, v0
add-long/2addr v15, v0
.line 1443
iget-object v14, v14, Lokio/Segment;->next:Lokio/Segment;
move-wide v0, v15
const-wide/16 v7, -0x1
goto :goto_51
:cond_9c
move-wide v0, v7
return-wide v0
.line 1396
:cond_9e
new-instance v0, Ljava/lang/IllegalArgumentException;
const-string v1, "fromIndex < 0"
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.line 1395
:cond_a6
new-instance v0, Ljava/lang/IllegalArgumentException;
const-string v1, "bytes is empty"
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_af
:goto_ae
throw v0
:goto_af
goto :goto_ae
.end method
.method public indexOfElement(Lokio/ByteString;)J
.registers 4
const-wide/16 v0, 0x0
.line 1450
invoke-virtual {p0, p1, v0, v1}, Lokio/Buffer;->indexOfElement(Lokio/ByteString;J)J
move-result-wide v0
return-wide v0
.end method
.method public indexOfElement(Lokio/ByteString;J)J
.registers 15
const-wide/16 v0, 0x0
cmp-long v2, p2, v0
if-ltz v2, :cond_a6
.line 1462
iget-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
const-wide/16 v3, -0x1
if-nez v2, :cond_d
return-wide v3
.line 1466
:cond_d
iget-wide v5, p0, Lokio/Buffer;->size:J
sub-long v7, v5, p2
cmp-long v9, v7, p2
if-gez v9, :cond_23
:goto_15
cmp-long v0, v5, p2
if-lez v0, :cond_33
.line 1470
iget-object v2, v2, Lokio/Segment;->prev:Lokio/Segment;
.line 1471
iget v0, v2, Lokio/Segment;->limit:I
iget v1, v2, Lokio/Segment;->pos:I
sub-int/2addr v0, v1
int-to-long v0, v0
sub-long/2addr v5, v0
goto :goto_15
.line 1476
:cond_23
:goto_23
iget v5, v2, Lokio/Segment;->limit:I
iget v6, v2, Lokio/Segment;->pos:I
sub-int/2addr v5, v6
int-to-long v5, v5
add-long/2addr v5, v0
cmp-long v7, v5, p2
if-gez v7, :cond_32
.line 1477
iget-object v2, v2, Lokio/Segment;->next:Lokio/Segment;
move-wide v0, v5
goto :goto_23
:cond_32
move-wide v5, v0
.line 1486
:cond_33
invoke-virtual {p1}, Lokio/ByteString;->size()I
move-result v0
const/4 v1, 0x2
const/4 v7, 0x0
if-ne v0, v1, :cond_71
.line 1488
invoke-virtual {p1, v7}, Lokio/ByteString;->getByte(I)B
move-result v0
const/4 v1, 0x1
.line 1489
invoke-virtual {p1, v1}, Lokio/ByteString;->getByte(I)B
move-result p1
.line 1490
:goto_44
iget-wide v7, p0, Lokio/Buffer;->size:J
cmp-long v1, v5, v7
if-gez v1, :cond_a5
.line 1491
iget-object v1, v2, Lokio/Segment;->data:[B
.line 1492
iget v7, v2, Lokio/Segment;->pos:I
int-to-long v7, v7
add-long/2addr v7, p2
sub-long/2addr v7, v5
long-to-int p2, v7
iget p3, v2, Lokio/Segment;->limit:I
:goto_54
if-ge p2, p3, :cond_66
.line 1493
aget-byte v7, v1, p2
if-eq v7, v0, :cond_60
if-ne v7, p1, :cond_5d
goto :goto_60
:cond_5d
add-int/lit8 p2, p2, 0x1
goto :goto_54
.line 1495
:cond_60
:goto_60
iget p1, v2, Lokio/Segment;->pos:I
:goto_62
sub-int/2addr p2, p1
int-to-long p1, p2
add-long/2addr p1, v5
return-wide p1
.line 1500
:cond_66
iget p2, v2, Lokio/Segment;->limit:I
iget p3, v2, Lokio/Segment;->pos:I
sub-int/2addr p2, p3
int-to-long p2, p2
add-long/2addr v5, p2
.line 1502
iget-object v2, v2, Lokio/Segment;->next:Lokio/Segment;
move-wide p2, v5
goto :goto_44
.line 1506
:cond_71
invoke-virtual {p1}, Lokio/ByteString;->internalArray()[B
move-result-object p1
.line 1507
:goto_75
iget-wide v0, p0, Lokio/Buffer;->size:J
cmp-long v8, v5, v0
if-gez v8, :cond_a5
.line 1508
iget-object v0, v2, Lokio/Segment;->data:[B
.line 1509
iget v1, v2, Lokio/Segment;->pos:I
int-to-long v8, v1
add-long/2addr v8, p2
sub-long/2addr v8, v5
long-to-int p2, v8
iget p3, v2, Lokio/Segment;->limit:I
:goto_85
if-ge p2, p3, :cond_9a
.line 1510
aget-byte v1, v0, p2
.line 1511
array-length v8, p1
const/4 v9, 0x0
:goto_8b
if-ge v9, v8, :cond_97
aget-byte v10, p1, v9
if-ne v1, v10, :cond_94
.line 1512
iget p1, v2, Lokio/Segment;->pos:I
goto :goto_62
:cond_94
add-int/lit8 v9, v9, 0x1
goto :goto_8b
:cond_97
add-int/lit8 p2, p2, 0x1
goto :goto_85
.line 1517
:cond_9a
iget p2, v2, Lokio/Segment;->limit:I
iget p3, v2, Lokio/Segment;->pos:I
sub-int/2addr p2, p3
int-to-long p2, p2
add-long/2addr v5, p2
.line 1519
iget-object v2, v2, Lokio/Segment;->next:Lokio/Segment;
move-wide p2, v5
goto :goto_75
:cond_a5
return-wide v3
.line 1454
:cond_a6
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "fromIndex < 0"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_af
:goto_ae
throw p1
:goto_af
goto :goto_ae
.end method
.method public inputStream()Ljava/io/InputStream;
.registers 2
.line 117
new-instance v0, Lokio/Buffer$2;
invoke-direct {v0, p0}, Lokio/Buffer$2;-><init>(Lokio/Buffer;)V
return-object v0
.end method
.method public isOpen()Z
.registers 2
const/4 v0, 0x1
return v0
.end method
.method public md5()Lokio/ByteString;
.registers 2
const-string v0, "MD5"
.line 1602
invoke-direct {p0, v0}, Lokio/Buffer;->digest(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
return-object v0
.end method
.method public outputStream()Ljava/io/OutputStream;
.registers 2
.line 75
new-instance v0, Lokio/Buffer$1;
invoke-direct {v0, p0}, Lokio/Buffer$1;-><init>(Lokio/Buffer;)V
return-object v0
.end method
.method public rangeEquals(JLokio/ByteString;)Z
.registers 10
.line 1527
invoke-virtual {p3}, Lokio/ByteString;->size()I
move-result v5
const/4 v4, 0x0
move-object v0, p0
move-wide v1, p1
move-object v3, p3
invoke-virtual/range {v0 .. v5}, Lokio/Buffer;->rangeEquals(JLokio/ByteString;II)Z
move-result p1
return p1
.end method
.method public rangeEquals(JLokio/ByteString;II)Z
.registers 12
const/4 v0, 0x0
const-wide/16 v1, 0x0
cmp-long v3, p1, v1
if-ltz v3, :cond_32
if-ltz p4, :cond_32
if-ltz p5, :cond_32
.line 1532
iget-wide v1, p0, Lokio/Buffer;->size:J
sub-long/2addr v1, p1
int-to-long v3, p5
cmp-long v5, v1, v3
if-ltz v5, :cond_32
.line 1536
invoke-virtual {p3}, Lokio/ByteString;->size()I
move-result v1
sub-int/2addr v1, p4
if-ge v1, p5, :cond_1b
goto :goto_32
:cond_1b
const/4 v1, 0x0
:goto_1c
if-ge v1, p5, :cond_30
int-to-long v2, v1
add-long/2addr v2, p1
.line 1540
invoke-virtual {p0, v2, v3}, Lokio/Buffer;->getByte(J)B
move-result v2
add-int v3, p4, v1
invoke-virtual {p3, v3}, Lokio/ByteString;->getByte(I)B
move-result v3
if-eq v2, v3, :cond_2d
return v0
:cond_2d
add-int/lit8 v1, v1, 0x1
goto :goto_1c
:cond_30
const/4 p1, 0x1
return p1
:cond_32
:goto_32
return v0
.end method
.method public read(Ljava/nio/ByteBuffer;)I
.registers 8
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 817
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
if-nez v0, :cond_6
const/4 p1, -0x1
return p1
.line 820
:cond_6
invoke-virtual {p1}, Ljava/nio/ByteBuffer;->remaining()I
move-result v1
iget v2, v0, Lokio/Segment;->limit:I
iget v3, v0, Lokio/Segment;->pos:I
sub-int/2addr v2, v3
invoke-static {v1, v2}, Ljava/lang/Math;->min(II)I
move-result v1
.line 821
iget-object v2, v0, Lokio/Segment;->data:[B
iget v3, v0, Lokio/Segment;->pos:I
invoke-virtual {p1, v2, v3, v1}, Ljava/nio/ByteBuffer;->put([BII)Ljava/nio/ByteBuffer;
.line 823
iget p1, v0, Lokio/Segment;->pos:I
add-int/2addr p1, v1
iput p1, v0, Lokio/Segment;->pos:I
.line 824
iget-wide v2, p0, Lokio/Buffer;->size:J
int-to-long v4, v1
sub-long/2addr v2, v4
iput-wide v2, p0, Lokio/Buffer;->size:J
.line 826
iget p1, v0, Lokio/Segment;->pos:I
iget v2, v0, Lokio/Segment;->limit:I
if-ne p1, v2, :cond_34
.line 827
invoke-virtual {v0}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object p1
iput-object p1, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 828
invoke-static {v0}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
:cond_34
return v1
.end method
.method public read([B)I
.registers 4
.line 785
array-length v0, p1
const/4 v1, 0x0
invoke-virtual {p0, p1, v1, v0}, Lokio/Buffer;->read([BII)I
move-result p1
return p1
.end method
.method public read([BII)I
.registers 11
.line 798
array-length v0, p1
int-to-long v1, v0
int-to-long v3, p2
int-to-long v5, p3
invoke-static/range {v1 .. v6}, Lokio/Util;->checkOffsetAndCount(JJJ)V
.line 800
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
if-nez v0, :cond_d
const/4 p1, -0x1
return p1
.line 802
:cond_d
iget v1, v0, Lokio/Segment;->limit:I
iget v2, v0, Lokio/Segment;->pos:I
sub-int/2addr v1, v2
invoke-static {p3, v1}, Ljava/lang/Math;->min(II)I
move-result p3
.line 803
iget-object v1, v0, Lokio/Segment;->data:[B
iget v2, v0, Lokio/Segment;->pos:I
invoke-static {v1, v2, p1, p2, p3}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
.line 805
iget p1, v0, Lokio/Segment;->pos:I
add-int/2addr p1, p3
iput p1, v0, Lokio/Segment;->pos:I
.line 806
iget-wide p1, p0, Lokio/Buffer;->size:J
int-to-long v1, p3
sub-long/2addr p1, v1
iput-wide p1, p0, Lokio/Buffer;->size:J
.line 808
iget p1, v0, Lokio/Segment;->pos:I
iget p2, v0, Lokio/Segment;->limit:I
if-ne p1, p2, :cond_37
.line 809
invoke-virtual {v0}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object p1
iput-object p1, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 810
invoke-static {v0}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
:cond_37
return p3
.end method
.method public read(Lokio/Buffer;J)J
.registers 9
if-eqz p1, :cond_31
const-wide/16 v0, 0x0
cmp-long v2, p2, v0
if-ltz v2, :cond_1a
.line 1316
iget-wide v2, p0, Lokio/Buffer;->size:J
cmp-long v4, v2, v0
if-nez v4, :cond_11
const-wide/16 p1, -0x1
return-wide p1
:cond_11
cmp-long v0, p2, v2
if-lez v0, :cond_16
move-wide p2, v2
.line 1318
:cond_16
invoke-virtual {p1, p0, p2, p3}, Lokio/Buffer;->write(Lokio/Buffer;J)V
return-wide p2
.line 1315
:cond_1a
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
throw p1
.line 1314
:cond_31
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "sink == null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public readAll(Lokio/Sink;)J
.registers 7
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 593
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
cmp-long v4, v0, v2
if-lez v4, :cond_b
.line 595
invoke-interface {p1, p0, v0, v1}, Lokio/Sink;->write(Lokio/Buffer;J)V
:cond_b
return-wide v0
.end method
.method public readAndWriteUnsafe()Lokio/Buffer$UnsafeCursor;
.registers 2
.line 1767
new-instance v0, Lokio/Buffer$UnsafeCursor;
invoke-direct {v0}, Lokio/Buffer$UnsafeCursor;-><init>()V
invoke-virtual {p0, v0}, Lokio/Buffer;->readAndWriteUnsafe(Lokio/Buffer$UnsafeCursor;)Lokio/Buffer$UnsafeCursor;
move-result-object v0
return-object v0
.end method
.method public readAndWriteUnsafe(Lokio/Buffer$UnsafeCursor;)Lokio/Buffer$UnsafeCursor;
.registers 3
.line 1771
iget-object v0, p1, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
if-nez v0, :cond_a
.line 1775
iput-object p0, p1, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
const/4 v0, 0x1
.line 1776
iput-boolean v0, p1, Lokio/Buffer$UnsafeCursor;->readWrite:Z
return-object p1
.line 1772
:cond_a
new-instance p1, Ljava/lang/IllegalStateException;
const-string v0, "already attached to a buffer"
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public readByte()B
.registers 10
.line 280
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
cmp-long v4, v0, v2
if-eqz v4, :cond_2a
.line 282
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 283
iget v1, v0, Lokio/Segment;->pos:I
.line 284
iget v2, v0, Lokio/Segment;->limit:I
.line 286
iget-object v3, v0, Lokio/Segment;->data:[B
add-int/lit8 v4, v1, 0x1
.line 287
aget-byte v1, v3, v1
.line 288
iget-wide v5, p0, Lokio/Buffer;->size:J
const-wide/16 v7, 0x1
sub-long/2addr v5, v7
iput-wide v5, p0, Lokio/Buffer;->size:J
if-ne v4, v2, :cond_27
.line 291
invoke-virtual {v0}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object v2
iput-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 292
invoke-static {v0}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
goto :goto_29
.line 294
:cond_27
iput v4, v0, Lokio/Segment;->pos:I
:goto_29
return v1
.line 280
:cond_2a
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "size == 0"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public readByteArray()[B
.registers 3
.line 767
:try_start_0
iget-wide v0, p0, Lokio/Buffer;->size:J
invoke-virtual {p0, v0, v1}, Lokio/Buffer;->readByteArray(J)[B
move-result-object v0
:try_end_6
.catch Ljava/io/EOFException; {:try_start_0 .. :try_end_6} :catch_7
return-object v0
:catch_7
move-exception v0
.line 769
new-instance v1, Ljava/lang/AssertionError;
invoke-direct {v1, v0}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
throw v1
.end method
.method public readByteArray(J)[B
.registers 9
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
.line 774
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
move-wide v4, p1
invoke-static/range {v0 .. v5}, Lokio/Util;->checkOffsetAndCount(JJJ)V
const-wide/32 v0, 0x7fffffff
cmp-long v2, p1, v0
if-gtz v2, :cond_16
long-to-int p2, p1
.line 779
new-array p1, p2, [B
.line 780
invoke-virtual {p0, p1}, Lokio/Buffer;->readFully([B)V
return-object p1
.line 776
:cond_16
new-instance v0, Ljava/lang/IllegalArgumentException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "byteCount > Integer.MAX_VALUE: "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1, p1, p2}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {v0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public readByteString()Lokio/ByteString;
.registers 3
.line 540
new-instance v0, Lokio/ByteString;
invoke-virtual {p0}, Lokio/Buffer;->readByteArray()[B
move-result-object v1
invoke-direct {v0, v1}, Lokio/ByteString;-><init>([B)V
return-object v0
.end method
.method public readByteString(J)Lokio/ByteString;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
.line 544
new-instance v0, Lokio/ByteString;
invoke-virtual {p0, p1, p2}, Lokio/Buffer;->readByteArray(J)[B
move-result-object p1
invoke-direct {v0, p1}, Lokio/ByteString;-><init>([B)V
return-object v0
.end method
.method public readDecimalLong()J
.registers 18
move-object/from16 v0, p0
.line 426
iget-wide v1, v0, Lokio/Buffer;->size:J
const-wide/16 v3, 0x0
cmp-long v5, v1, v3
if-eqz v5, :cond_c6
const-wide v1, -0xcccccccccccccccL
const-wide/16 v5, -0x7
const/4 v7, 0x0
const/4 v8, 0x0
const/4 v9, 0x0
.line 438
:goto_14
iget-object v10, v0, Lokio/Buffer;->head:Lokio/Segment;
.line 440
iget-object v11, v10, Lokio/Segment;->data:[B
.line 441
iget v12, v10, Lokio/Segment;->pos:I
.line 442
iget v13, v10, Lokio/Segment;->limit:I
:goto_1c
if-ge v12, v13, :cond_9f
.line 445
aget-byte v15, v11, v12
const/16 v14, 0x30
if-lt v15, v14, :cond_6c
const/16 v14, 0x39
if-gt v15, v14, :cond_6c
rsub-int/lit8 v14, v15, 0x30
cmp-long v16, v3, v1
if-ltz v16, :cond_3f
cmp-long v16, v3, v1
if-nez v16, :cond_38
int-to-long v1, v14
cmp-long v16, v1, v5
if-gez v16, :cond_38
goto :goto_3f
:cond_38
const-wide/16 v1, 0xa
mul-long v3, v3, v1
int-to-long v1, v14
add-long/2addr v3, v1
goto :goto_76
.line 451
:cond_3f
:goto_3f
new-instance v1, Lokio/Buffer;
invoke-direct {v1}, Lokio/Buffer;-><init>()V
invoke-virtual {v1, v3, v4}, Lokio/Buffer;->writeDecimalLong(J)Lokio/Buffer;
move-result-object v1
invoke-virtual {v1, v15}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
move-result-object v1
if-nez v8, :cond_51
.line 452
invoke-virtual {v1}, Lokio/Buffer;->readByte()B
.line 453
:cond_51
new-instance v2, Ljava/lang/NumberFormatException;
new-instance v3, Ljava/lang/StringBuilder;
invoke-direct {v3}, Ljava/lang/StringBuilder;-><init>()V
const-string v4, "Number too large: "
invoke-virtual {v3, v4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Lokio/Buffer;->readUtf8()Ljava/lang/String;
move-result-object v1
invoke-virtual {v3, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v2, v1}, Ljava/lang/NumberFormatException;-><init>(Ljava/lang/String;)V
throw v2
:cond_6c
const/16 v1, 0x2d
if-ne v15, v1, :cond_80
if-nez v7, :cond_80
const-wide/16 v1, 0x1
sub-long/2addr v5, v1
const/4 v8, 0x1
:goto_76
add-int/lit8 v12, v12, 0x1
add-int/lit8 v7, v7, 0x1
const-wide v1, -0xcccccccccccccccL
goto :goto_1c
:cond_80
if-eqz v7, :cond_84
const/4 v9, 0x1
goto :goto_9f
.line 462
:cond_84
new-instance v1, Ljava/lang/NumberFormatException;
new-instance v2, Ljava/lang/StringBuilder;
invoke-direct {v2}, Ljava/lang/StringBuilder;-><init>()V
const-string v3, "Expected leading [0-9] or \'-\' character but was 0x"
invoke-virtual {v2, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 463
invoke-static {v15}, Ljava/lang/Integer;->toHexString(I)Ljava/lang/String;
move-result-object v3
invoke-virtual {v2, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v2
invoke-direct {v1, v2}, Ljava/lang/NumberFormatException;-><init>(Ljava/lang/String;)V
throw v1
:cond_9f
:goto_9f
if-ne v12, v13, :cond_ab
.line 472
invoke-virtual {v10}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object v1
iput-object v1, v0, Lokio/Buffer;->head:Lokio/Segment;
.line 473
invoke-static {v10}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
goto :goto_ad
.line 475
:cond_ab
iput v12, v10, Lokio/Segment;->pos:I
:goto_ad
if-nez v9, :cond_bb
.line 477
iget-object v1, v0, Lokio/Buffer;->head:Lokio/Segment;
if-nez v1, :cond_b4
goto :goto_bb
:cond_b4
const-wide v1, -0xcccccccccccccccL
goto/16 :goto_14
.line 479
:cond_bb
:goto_bb
iget-wide v1, v0, Lokio/Buffer;->size:J
int-to-long v5, v7
sub-long/2addr v1, v5
iput-wide v1, v0, Lokio/Buffer;->size:J
if-eqz v8, :cond_c4
goto :goto_c5
:cond_c4
neg-long v3, v3
:goto_c5
return-wide v3
.line 426
:cond_c6
new-instance v1, Ljava/lang/IllegalStateException;
const-string v2, "size == 0"
invoke-direct {v1, v2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
goto :goto_cf
:goto_ce
throw v1
:goto_cf
goto :goto_ce
.end method
.method public readFrom(Ljava/io/InputStream;)Lokio/Buffer;
.registers 5
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
const-wide v0, 0x7fffffffffffffffL
const/4 v2, 0x1
.line 234
invoke-direct {p0, p1, v0, v1, v2}, Lokio/Buffer;->readFrom(Ljava/io/InputStream;JZ)V
return-object p0
.end method
.method public readFrom(Ljava/io/InputStream;J)Lokio/Buffer;
.registers 7
.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_b
const/4 v0, 0x0
.line 241
invoke-direct {p0, p1, p2, p3, v0}, Lokio/Buffer;->readFrom(Ljava/io/InputStream;JZ)V
return-object p0
.line 240
:cond_b
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
throw p1
.end method
.method public readFully(Lokio/Buffer;J)V
.registers 7
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
.line 585
iget-wide v0, p0, Lokio/Buffer;->size:J
cmp-long v2, v0, p2
if-ltz v2, :cond_a
.line 589
invoke-virtual {p1, p0, p2, p3}, Lokio/Buffer;->write(Lokio/Buffer;J)V
return-void
.line 586
:cond_a
invoke-virtual {p1, p0, v0, v1}, Lokio/Buffer;->write(Lokio/Buffer;J)V
.line 587
new-instance p1, Ljava/io/EOFException;
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
throw p1
.end method
.method public readFully([B)V
.registers 5
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
const/4 v0, 0x0
.line 790
:goto_1
array-length v1, p1
if-ge v0, v1, :cond_15
.line 791
array-length v1, p1
sub-int/2addr v1, v0
invoke-virtual {p0, p1, v0, v1}, Lokio/Buffer;->read([BII)I
move-result v1
const/4 v2, -0x1
if-eq v1, v2, :cond_f
add-int/2addr v0, v1
goto :goto_1
.line 792
:cond_f
new-instance p1, Ljava/io/EOFException;
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
throw p1
:cond_15
return-void
.end method
.method public readHexadecimalUnsignedLong()J
.registers 16
.line 484
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
cmp-long v4, v0, v2
if-eqz v4, :cond_ac
const/4 v0, 0x0
move-wide v4, v2
const/4 v1, 0x0
.line 491
:cond_b
iget-object v6, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 493
iget-object v7, v6, Lokio/Segment;->data:[B
.line 494
iget v8, v6, Lokio/Segment;->pos:I
.line 495
iget v9, v6, Lokio/Segment;->limit:I
:goto_13
if-ge v8, v9, :cond_91
.line 500
aget-byte v10, v7, v8
const/16 v11, 0x30
if-lt v10, v11, :cond_22
const/16 v11, 0x39
if-gt v10, v11, :cond_22
add-int/lit8 v11, v10, -0x30
goto :goto_3a
:cond_22
const/16 v11, 0x61
if-lt v10, v11, :cond_2f
const/16 v11, 0x66
if-gt v10, v11, :cond_2f
add-int/lit8 v11, v10, -0x61
:goto_2c
add-int/lit8 v11, v11, 0xa
goto :goto_3a
:cond_2f
const/16 v11, 0x41
if-lt v10, v11, :cond_72
const/16 v11, 0x46
if-gt v10, v11, :cond_72
add-int/lit8 v11, v10, -0x41
goto :goto_2c
:goto_3a
const-wide/high16 v12, -0x1000000000000000L # -3.105036184601418E231
and-long/2addr v12, v4
cmp-long v14, v12, v2
if-nez v14, :cond_4a
const/4 v10, 0x4
shl-long/2addr v4, v10
int-to-long v10, v11
or-long/2addr v4, v10
add-int/lit8 v8, v8, 0x1
add-int/lit8 v0, v0, 0x1
goto :goto_13
.line 519
:cond_4a
new-instance v0, Lokio/Buffer;
invoke-direct {v0}, Lokio/Buffer;-><init>()V
invoke-virtual {v0, v4, v5}, Lokio/Buffer;->writeHexadecimalUnsignedLong(J)Lokio/Buffer;
move-result-object v0
invoke-virtual {v0, v10}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
move-result-object v0
.line 520
new-instance v1, Ljava/lang/NumberFormatException;
new-instance v2, Ljava/lang/StringBuilder;
invoke-direct {v2}, Ljava/lang/StringBuilder;-><init>()V
const-string v3, "Number too large: "
invoke-virtual {v2, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Lokio/Buffer;->readUtf8()Ljava/lang/String;
move-result-object v0
invoke-virtual {v2, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
invoke-direct {v1, v0}, Ljava/lang/NumberFormatException;-><init>(Ljava/lang/String;)V
throw v1
:cond_72
if-eqz v0, :cond_76
const/4 v1, 0x1
goto :goto_91
.line 509
:cond_76
new-instance v0, Ljava/lang/NumberFormatException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "Expected leading [0-9a-fA-F] character but was 0x"
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 510
invoke-static {v10}, Ljava/lang/Integer;->toHexString(I)Ljava/lang/String;
move-result-object v2
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/lang/NumberFormatException;-><init>(Ljava/lang/String;)V
throw v0
:cond_91
:goto_91
if-ne v8, v9, :cond_9d
.line 528
invoke-virtual {v6}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object v7
iput-object v7, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 529
invoke-static {v6}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
goto :goto_9f
.line 531
:cond_9d
iput v8, v6, Lokio/Segment;->pos:I
:goto_9f
if-nez v1, :cond_a5
.line 533
iget-object v6, p0, Lokio/Buffer;->head:Lokio/Segment;
if-nez v6, :cond_b
.line 535
:cond_a5
iget-wide v1, p0, Lokio/Buffer;->size:J
int-to-long v6, v0
sub-long/2addr v1, v6
iput-wide v1, p0, Lokio/Buffer;->size:J
return-wide v4
.line 484
:cond_ac
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "size == 0"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
goto :goto_b5
:goto_b4
throw v0
:goto_b5
goto :goto_b4
.end method
.method public readInt()I
.registers 9
.line 348
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x4
cmp-long v4, v0, v2
if-ltz v4, :cond_6c
.line 350
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 351
iget v1, v0, Lokio/Segment;->pos:I
.line 352
iget v4, v0, Lokio/Segment;->limit:I
sub-int v5, v4, v1
const/4 v6, 0x4
if-ge v5, v6, :cond_35
.line 356
invoke-virtual {p0}, Lokio/Buffer;->readByte()B
move-result v0
and-int/lit16 v0, v0, 0xff
shl-int/lit8 v0, v0, 0x18
.line 357
invoke-virtual {p0}, Lokio/Buffer;->readByte()B
move-result v1
and-int/lit16 v1, v1, 0xff
shl-int/lit8 v1, v1, 0x10
or-int/2addr v0, v1
.line 358
invoke-virtual {p0}, Lokio/Buffer;->readByte()B
move-result v1
and-int/lit16 v1, v1, 0xff
shl-int/lit8 v1, v1, 0x8
or-int/2addr v0, v1
.line 359
invoke-virtual {p0}, Lokio/Buffer;->readByte()B
move-result v1
and-int/lit16 v1, v1, 0xff
or-int/2addr v0, v1
return v0
.line 362
:cond_35
iget-object v5, v0, Lokio/Segment;->data:[B
add-int/lit8 v6, v1, 0x1
.line 363
aget-byte v1, v5, v1
and-int/lit16 v1, v1, 0xff
shl-int/lit8 v1, v1, 0x18
add-int/lit8 v7, v6, 0x1
aget-byte v6, v5, v6
and-int/lit16 v6, v6, 0xff
shl-int/lit8 v6, v6, 0x10
or-int/2addr v1, v6
add-int/lit8 v6, v7, 0x1
aget-byte v7, v5, v7
and-int/lit16 v7, v7, 0xff
shl-int/lit8 v7, v7, 0x8
or-int/2addr v1, v7
add-int/lit8 v7, v6, 0x1
aget-byte v5, v5, v6
and-int/lit16 v5, v5, 0xff
or-int/2addr v1, v5
.line 367
iget-wide v5, p0, Lokio/Buffer;->size:J
sub-long/2addr v5, v2
iput-wide v5, p0, Lokio/Buffer;->size:J
if-ne v7, v4, :cond_69
.line 370
invoke-virtual {v0}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object v2
iput-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 371
invoke-static {v0}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
goto :goto_6b
.line 373
:cond_69
iput v7, v0, Lokio/Segment;->pos:I
:goto_6b
return v1
.line 348
:cond_6c
new-instance v0, Ljava/lang/IllegalStateException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "size < 4: "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-wide v2, p0, Lokio/Buffer;->size:J
invoke-virtual {v1, v2, v3}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public readIntLe()I
.registers 2
.line 418
invoke-virtual {p0}, Lokio/Buffer;->readInt()I
move-result v0
invoke-static {v0}, Lokio/Util;->reverseBytesInt(I)I
move-result v0
return v0
.end method
.method public readLong()J
.registers 16
.line 380
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x8
cmp-long v4, v0, v2
if-ltz v4, :cond_8b
.line 382
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 383
iget v1, v0, Lokio/Segment;->pos:I
.line 384
iget v4, v0, Lokio/Segment;->limit:I
sub-int v5, v4, v1
const/16 v6, 0x20
const/16 v7, 0x8
if-ge v5, v7, :cond_2a
.line 388
invoke-virtual {p0}, Lokio/Buffer;->readInt()I
move-result v0
int-to-long v0, v0
const-wide v2, 0xffffffffL
and-long/2addr v0, v2
shl-long/2addr v0, v6
.line 389
invoke-virtual {p0}, Lokio/Buffer;->readInt()I
move-result v4
int-to-long v4, v4
and-long/2addr v2, v4
or-long/2addr v0, v2
return-wide v0
.line 392
:cond_2a
iget-object v5, v0, Lokio/Segment;->data:[B
add-int/lit8 v8, v1, 0x1
.line 393
aget-byte v1, v5, v1
int-to-long v9, v1
const-wide/16 v11, 0xff
and-long/2addr v9, v11
const/16 v1, 0x38
shl-long/2addr v9, v1
add-int/lit8 v1, v8, 0x1
aget-byte v8, v5, v8
int-to-long v13, v8
and-long/2addr v13, v11
const/16 v8, 0x30
shl-long/2addr v13, v8
or-long/2addr v9, v13
add-int/lit8 v8, v1, 0x1
aget-byte v1, v5, v1
int-to-long v13, v1
and-long/2addr v13, v11
const/16 v1, 0x28
shl-long/2addr v13, v1
or-long/2addr v9, v13
add-int/lit8 v1, v8, 0x1
aget-byte v8, v5, v8
int-to-long v13, v8
and-long/2addr v13, v11
shl-long/2addr v13, v6
or-long/2addr v9, v13
add-int/lit8 v6, v1, 0x1
aget-byte v1, v5, v1
int-to-long v13, v1
and-long/2addr v13, v11
const/16 v1, 0x18
shl-long/2addr v13, v1
or-long/2addr v9, v13
add-int/lit8 v1, v6, 0x1
aget-byte v6, v5, v6
int-to-long v13, v6
and-long/2addr v13, v11
const/16 v6, 0x10
shl-long/2addr v13, v6
or-long/2addr v9, v13
add-int/lit8 v6, v1, 0x1
aget-byte v1, v5, v1
int-to-long v13, v1
and-long/2addr v13, v11
shl-long v7, v13, v7
or-long/2addr v7, v9
add-int/lit8 v1, v6, 0x1
aget-byte v5, v5, v6
int-to-long v5, v5
and-long/2addr v5, v11
or-long/2addr v5, v7
.line 401
iget-wide v7, p0, Lokio/Buffer;->size:J
sub-long/2addr v7, v2
iput-wide v7, p0, Lokio/Buffer;->size:J
if-ne v1, v4, :cond_88
.line 404
invoke-virtual {v0}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object v1
iput-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 405
invoke-static {v0}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
goto :goto_8a
.line 407
:cond_88
iput v1, v0, Lokio/Segment;->pos:I
:goto_8a
return-wide v5
.line 380
:cond_8b
new-instance v0, Ljava/lang/IllegalStateException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "size < 8: "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-wide v2, p0, Lokio/Buffer;->size:J
invoke-virtual {v1, v2, v3}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public readLongLe()J
.registers 3
.line 422
invoke-virtual {p0}, Lokio/Buffer;->readLong()J
move-result-wide v0
invoke-static {v0, v1}, Lokio/Util;->reverseBytesLong(J)J
move-result-wide v0
return-wide v0
.end method
.method public readShort()S
.registers 9
.line 319
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x2
cmp-long v4, v0, v2
if-ltz v4, :cond_4a
.line 321
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 322
iget v1, v0, Lokio/Segment;->pos:I
.line 323
iget v4, v0, Lokio/Segment;->limit:I
sub-int v5, v4, v1
const/4 v6, 0x2
if-ge v5, v6, :cond_24
.line 327
invoke-virtual {p0}, Lokio/Buffer;->readByte()B
move-result v0
and-int/lit16 v0, v0, 0xff
shl-int/lit8 v0, v0, 0x8
.line 328
invoke-virtual {p0}, Lokio/Buffer;->readByte()B
move-result v1
and-int/lit16 v1, v1, 0xff
or-int/2addr v0, v1
int-to-short v0, v0
return v0
.line 332
:cond_24
iget-object v5, v0, Lokio/Segment;->data:[B
add-int/lit8 v6, v1, 0x1
.line 333
aget-byte v1, v5, v1
and-int/lit16 v1, v1, 0xff
shl-int/lit8 v1, v1, 0x8
add-int/lit8 v7, v6, 0x1
aget-byte v5, v5, v6
and-int/lit16 v5, v5, 0xff
or-int/2addr v1, v5
.line 335
iget-wide v5, p0, Lokio/Buffer;->size:J
sub-long/2addr v5, v2
iput-wide v5, p0, Lokio/Buffer;->size:J
if-ne v7, v4, :cond_46
.line 338
invoke-virtual {v0}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object v2
iput-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 339
invoke-static {v0}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
goto :goto_48
.line 341
:cond_46
iput v7, v0, Lokio/Segment;->pos:I
:goto_48
int-to-short v0, v1
return v0
.line 319
:cond_4a
new-instance v0, Ljava/lang/IllegalStateException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "size < 2: "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-wide v2, p0, Lokio/Buffer;->size:J
invoke-virtual {v1, v2, v3}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public readShortLe()S
.registers 2
.line 414
invoke-virtual {p0}, Lokio/Buffer;->readShort()S
move-result v0
invoke-static {v0}, Lokio/Util;->reverseBytesShort(S)S
move-result v0
return v0
.end method
.method public readString(JLjava/nio/charset/Charset;)Ljava/lang/String;
.registers 10
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
.line 621
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
move-wide v4, p1
invoke-static/range {v0 .. v5}, Lokio/Util;->checkOffsetAndCount(JJJ)V
if-eqz p3, :cond_6e
const-wide/32 v0, 0x7fffffff
cmp-long v2, p1, v0
if-gtz v2, :cond_57
const-wide/16 v0, 0x0
cmp-long v2, p1, v0
if-nez v2, :cond_1a
const-string p1, ""
return-object p1
.line 628
:cond_1a
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 629
iget v1, v0, Lokio/Segment;->pos:I
int-to-long v1, v1
add-long/2addr v1, p1
iget v3, v0, Lokio/Segment;->limit:I
int-to-long v3, v3
cmp-long v5, v1, v3
if-lez v5, :cond_31
.line 631
new-instance v0, Ljava/lang/String;
invoke-virtual {p0, p1, p2}, Lokio/Buffer;->readByteArray(J)[B
move-result-object p1
invoke-direct {v0, p1, p3}, Ljava/lang/String;-><init>([BLjava/nio/charset/Charset;)V
return-object v0
.line 634
:cond_31
new-instance v1, Ljava/lang/String;
iget-object v2, v0, Lokio/Segment;->data:[B
iget v3, v0, Lokio/Segment;->pos:I
long-to-int v4, p1
invoke-direct {v1, v2, v3, v4, p3}, Ljava/lang/String;-><init>([BIILjava/nio/charset/Charset;)V
.line 635
iget p3, v0, Lokio/Segment;->pos:I
int-to-long v2, p3
add-long/2addr v2, p1
long-to-int p3, v2
iput p3, v0, Lokio/Segment;->pos:I
.line 636
iget-wide v2, p0, Lokio/Buffer;->size:J
sub-long/2addr v2, p1
iput-wide v2, p0, Lokio/Buffer;->size:J
.line 638
iget p1, v0, Lokio/Segment;->pos:I
iget p2, v0, Lokio/Segment;->limit:I
if-ne p1, p2, :cond_56
.line 639
invoke-virtual {v0}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object p1
iput-object p1, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 640
invoke-static {v0}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
:cond_56
return-object v1
.line 624
:cond_57
new-instance p3, Ljava/lang/IllegalArgumentException;
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "byteCount > Integer.MAX_VALUE: "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p1, p2}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {p3, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p3
.line 622
:cond_6e
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "charset == null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public readString(Ljava/nio/charset/Charset;)Ljava/lang/String;
.registers 4
.line 614
:try_start_0
iget-wide v0, p0, Lokio/Buffer;->size:J
invoke-virtual {p0, v0, v1, p1}, Lokio/Buffer;->readString(JLjava/nio/charset/Charset;)Ljava/lang/String;
move-result-object p1
:try_end_6
.catch Ljava/io/EOFException; {:try_start_0 .. :try_end_6} :catch_7
return-object p1
:catch_7
move-exception p1
.line 616
new-instance v0, Ljava/lang/AssertionError;
invoke-direct {v0, p1}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
throw v0
.end method
.method public readUnsafe()Lokio/Buffer$UnsafeCursor;
.registers 2
.line 1753
new-instance v0, Lokio/Buffer$UnsafeCursor;
invoke-direct {v0}, Lokio/Buffer$UnsafeCursor;-><init>()V
invoke-virtual {p0, v0}, Lokio/Buffer;->readUnsafe(Lokio/Buffer$UnsafeCursor;)Lokio/Buffer$UnsafeCursor;
move-result-object v0
return-object v0
.end method
.method public readUnsafe(Lokio/Buffer$UnsafeCursor;)Lokio/Buffer$UnsafeCursor;
.registers 3
.line 1757
iget-object v0, p1, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
if-nez v0, :cond_a
.line 1761
iput-object p0, p1, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
const/4 v0, 0x0
.line 1762
iput-boolean v0, p1, Lokio/Buffer$UnsafeCursor;->readWrite:Z
return-object p1
.line 1758
:cond_a
new-instance p1, Ljava/lang/IllegalStateException;
const-string v0, "already attached to a buffer"
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public readUtf8()Ljava/lang/String;
.registers 4
.line 602
:try_start_0
iget-wide v0, p0, Lokio/Buffer;->size:J
sget-object v2, Lokio/Util;->UTF_8:Ljava/nio/charset/Charset;
invoke-virtual {p0, v0, v1, v2}, Lokio/Buffer;->readString(JLjava/nio/charset/Charset;)Ljava/lang/String;
move-result-object v0
:try_end_8
.catch Ljava/io/EOFException; {:try_start_0 .. :try_end_8} :catch_9
return-object v0
:catch_9
move-exception v0
.line 604
new-instance v1, Ljava/lang/AssertionError;
invoke-direct {v1, v0}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
throw v1
.end method
.method public readUtf8(J)Ljava/lang/String;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
.line 609
sget-object v0, Lokio/Util;->UTF_8:Ljava/nio/charset/Charset;
invoke-virtual {p0, p1, p2, v0}, Lokio/Buffer;->readString(JLjava/nio/charset/Charset;)Ljava/lang/String;
move-result-object p1
return-object p1
.end method
.method public readUtf8CodePoint()I
.registers 13
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
.line 691
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
cmp-long v4, v0, v2
if-eqz v4, :cond_ad
.line 693
invoke-virtual {p0, v2, v3}, Lokio/Buffer;->getByte(J)B
move-result v0
and-int/lit16 v1, v0, 0x80
const/4 v2, 0x1
const/16 v3, 0x80
const v4, 0xfffd
if-nez v1, :cond_1c
and-int/lit8 v1, v0, 0x7f
const/4 v5, 0x0
const/4 v5, 0x1
const/4 v6, 0x0
goto :goto_3f
:cond_1c
and-int/lit16 v1, v0, 0xe0
const/16 v5, 0xc0
if-ne v1, v5, :cond_28
and-int/lit8 v1, v0, 0x1f
const/4 v5, 0x2
const/16 v6, 0x80
goto :goto_3f
:cond_28
and-int/lit16 v1, v0, 0xf0
const/16 v5, 0xe0
if-ne v1, v5, :cond_34
and-int/lit8 v1, v0, 0xf
const/4 v5, 0x3
const/16 v6, 0x800
goto :goto_3f
:cond_34
and-int/lit16 v1, v0, 0xf8
const/16 v5, 0xf0
if-ne v1, v5, :cond_a7
and-int/lit8 v1, v0, 0x7
const/4 v5, 0x4
const/high16 v6, 0x10000
.line 728
:goto_3f
iget-wide v7, p0, Lokio/Buffer;->size:J
int-to-long v9, v5
cmp-long v11, v7, v9
if-ltz v11, :cond_75
:goto_46
if-ge v2, v5, :cond_5d
int-to-long v7, v2
.line 737
invoke-virtual {p0, v7, v8}, Lokio/Buffer;->getByte(J)B
move-result v0
and-int/lit16 v11, v0, 0xc0
if-ne v11, v3, :cond_59
shl-int/lit8 v1, v1, 0x6
and-int/lit8 v0, v0, 0x3f
or-int/2addr v1, v0
add-int/lit8 v2, v2, 0x1
goto :goto_46
.line 743
:cond_59
invoke-virtual {p0, v7, v8}, Lokio/Buffer;->skip(J)V
return v4
.line 748
:cond_5d
invoke-virtual {p0, v9, v10}, Lokio/Buffer;->skip(J)V
const v0, 0x10ffff
if-le v1, v0, :cond_66
return v4
:cond_66
const v0, 0xd800
if-lt v1, v0, :cond_71
const v0, 0xdfff
if-gt v1, v0, :cond_71
return v4
:cond_71
if-ge v1, v6, :cond_74
return v4
:cond_74
return v1
.line 729
:cond_75
new-instance v1, Ljava/io/EOFException;
new-instance v2, Ljava/lang/StringBuilder;
invoke-direct {v2}, Ljava/lang/StringBuilder;-><init>()V
const-string v3, "size < "
invoke-virtual {v2, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v2, v5}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
const-string v3, ": "
invoke-virtual {v2, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-wide v3, p0, Lokio/Buffer;->size:J
invoke-virtual {v2, v3, v4}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
const-string v3, " (to read code point prefixed 0x"
invoke-virtual {v2, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 730
invoke-static {v0}, Ljava/lang/Integer;->toHexString(I)Ljava/lang/String;
move-result-object v0
invoke-virtual {v2, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const-string v0, ")"
invoke-virtual {v2, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
invoke-direct {v1, v0}, Ljava/io/EOFException;-><init>(Ljava/lang/String;)V
throw v1
:cond_a7
const-wide/16 v0, 0x1
.line 724
invoke-virtual {p0, v0, v1}, Lokio/Buffer;->skip(J)V
return v4
.line 691
:cond_ad
new-instance v0, Ljava/io/EOFException;
invoke-direct {v0}, Ljava/io/EOFException;-><init>()V
goto :goto_b4
:goto_b3
throw v0
:goto_b4
goto :goto_b3
.end method
.method public readUtf8Line()Ljava/lang/String;
.registers 6
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
const/16 v0, 0xa
.line 647
invoke-virtual {p0, v0}, Lokio/Buffer;->indexOf(B)J
move-result-wide v0
const-wide/16 v2, -0x1
cmp-long v4, v0, v2
if-nez v4, :cond_1b
.line 650
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
cmp-long v4, v0, v2
if-eqz v4, :cond_19
invoke-virtual {p0, v0, v1}, Lokio/Buffer;->readUtf8(J)Ljava/lang/String;
move-result-object v0
goto :goto_1a
:cond_19
const/4 v0, 0x0
:goto_1a
return-object v0
.line 653
:cond_1b
invoke-virtual {p0, v0, v1}, Lokio/Buffer;->readUtf8Line(J)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method readUtf8Line(J)Ljava/lang/String;
.registers 9
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
const-wide/16 v0, 0x1
const-wide/16 v2, 0x0
cmp-long v4, p1, v2
if-lez v4, :cond_1c
sub-long v2, p1, v0
.line 676
invoke-virtual {p0, v2, v3}, Lokio/Buffer;->getByte(J)B
move-result v4
const/16 v5, 0xd
if-ne v4, v5, :cond_1c
.line 678
invoke-virtual {p0, v2, v3}, Lokio/Buffer;->readUtf8(J)Ljava/lang/String;
move-result-object p1
const-wide/16 v0, 0x2
.line 679
invoke-virtual {p0, v0, v1}, Lokio/Buffer;->skip(J)V
return-object p1
.line 684
:cond_1c
invoke-virtual {p0, p1, p2}, Lokio/Buffer;->readUtf8(J)Ljava/lang/String;
move-result-object p1
.line 685
invoke-virtual {p0, v0, v1}, Lokio/Buffer;->skip(J)V
return-object p1
.end method
.method public readUtf8LineStrict()Ljava/lang/String;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
const-wide v0, 0x7fffffffffffffffL
.line 657
invoke-virtual {p0, v0, v1}, Lokio/Buffer;->readUtf8LineStrict(J)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public readUtf8LineStrict(J)Ljava/lang/String;
.registers 13
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
const-wide/16 v0, 0x0
cmp-long v2, p1, v0
if-ltz v2, :cond_92
const-wide/16 v0, 0x1
const-wide v2, 0x7fffffffffffffffL
cmp-long v4, p1, v2
if-nez v4, :cond_12
goto :goto_14
:cond_12
add-long v2, p1, v0
:goto_14
const/16 v5, 0xa
const-wide/16 v6, 0x0
move-object v4, p0
move-wide v8, v2
.line 663
invoke-virtual/range {v4 .. v9}, Lokio/Buffer;->indexOf(BJJ)J
move-result-wide v4
const-wide/16 v6, -0x1
cmp-long v8, v4, v6
if-eqz v8, :cond_29
.line 664
invoke-virtual {p0, v4, v5}, Lokio/Buffer;->readUtf8Line(J)Ljava/lang/String;
move-result-object p1
return-object p1
.line 665
:cond_29
invoke-virtual {p0}, Lokio/Buffer;->size()J
move-result-wide v4
cmp-long v6, v2, v4
if-gez v6, :cond_48
sub-long v0, v2, v0
.line 666
invoke-virtual {p0, v0, v1}, Lokio/Buffer;->getByte(J)B
move-result v0
const/16 v1, 0xd
if-ne v0, v1, :cond_48
invoke-virtual {p0, v2, v3}, Lokio/Buffer;->getByte(J)B
move-result v0
const/16 v1, 0xa
if-ne v0, v1, :cond_48
.line 667
invoke-virtual {p0, v2, v3}, Lokio/Buffer;->readUtf8Line(J)Ljava/lang/String;
move-result-object p1
return-object p1
.line 669
:cond_48
new-instance v6, Lokio/Buffer;
invoke-direct {v6}, Lokio/Buffer;-><init>()V
const-wide/16 v2, 0x0
const-wide/16 v0, 0x20
.line 670
invoke-virtual {p0}, Lokio/Buffer;->size()J
move-result-wide v4
invoke-static {v0, v1, v4, v5}, Ljava/lang/Math;->min(JJ)J
move-result-wide v4
move-object v0, p0
move-object v1, v6
invoke-virtual/range {v0 .. v5}, Lokio/Buffer;->copyTo(Lokio/Buffer;JJ)Lokio/Buffer;
.line 671
new-instance v0, Ljava/io/EOFException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "\\n not found: limit="
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {p0}, Lokio/Buffer;->size()J
move-result-wide v2
invoke-static {v2, v3, p1, p2}, Ljava/lang/Math;->min(JJ)J
move-result-wide p1
invoke-virtual {v1, p1, p2}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
const-string p1, " content="
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 672
invoke-virtual {v6}, Lokio/Buffer;->readByteString()Lokio/ByteString;
move-result-object p1
invoke-virtual {p1}, Lokio/ByteString;->hex()Ljava/lang/String;
move-result-object p1
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const/16 p1, 0x2026
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {v0, p1}, Ljava/io/EOFException;-><init>(Ljava/lang/String;)V
throw v0
.line 661
:cond_92
new-instance v0, Ljava/lang/IllegalArgumentException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "limit < 0: "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1, p1, p2}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {v0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public request(J)Z
.registers 6
.line 113
iget-wide v0, p0, Lokio/Buffer;->size:J
cmp-long v2, v0, p1
if-ltz v2, :cond_8
const/4 p1, 0x1
goto :goto_9
:cond_8
const/4 p1, 0x0
:goto_9
return p1
.end method
.method public require(J)V
.registers 6
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
.line 109
iget-wide v0, p0, Lokio/Buffer;->size:J
cmp-long v2, v0, p1
if-ltz v2, :cond_7
return-void
:cond_7
new-instance p1, Ljava/io/EOFException;
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
throw p1
.end method
.method segmentSizes()Ljava/util/List;
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.line 1591
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
if-nez v0, :cond_9
invoke-static {}, Ljava/util/Collections;->emptyList()Ljava/util/List;
move-result-object v0
return-object v0
.line 1592
:cond_9
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
.line 1593
iget-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
iget v1, v1, Lokio/Segment;->limit:I
iget-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
iget v2, v2, Lokio/Segment;->pos:I
sub-int/2addr v1, v2
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
invoke-interface {v0, v1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
.line 1594
iget-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
:goto_20
iget-object v1, v1, Lokio/Segment;->next:Lokio/Segment;
iget-object v2, p0, Lokio/Buffer;->head:Lokio/Segment;
if-eq v1, v2, :cond_33
.line 1595
iget v2, v1, Lokio/Segment;->limit:I
iget v3, v1, Lokio/Segment;->pos:I
sub-int/2addr v2, v3
invoke-static {v2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v2
invoke-interface {v0, v2}, Ljava/util/List;->add(Ljava/lang/Object;)Z
goto :goto_20
:cond_33
return-object v0
.end method
.method public select(Lokio/Options;)I
.registers 12
.line 548
iget-object v6, p0, Lokio/Buffer;->head:Lokio/Segment;
if-nez v6, :cond_b
.line 549
sget-object v0, Lokio/ByteString;->EMPTY:Lokio/ByteString;
invoke-virtual {p1, v0}, Lokio/Options;->indexOf(Ljava/lang/Object;)I
move-result p1
return p1
.line 551
:cond_b
iget-object p1, p1, Lokio/Options;->byteStrings:[Lokio/ByteString;
const/4 v0, 0x0
.line 552
array-length v7, p1
const/4 v8, 0x0
:goto_10
if-ge v8, v7, :cond_42
.line 553
aget-object v9, p1, v8
.line 554
iget-wide v0, p0, Lokio/Buffer;->size:J
invoke-virtual {v9}, Lokio/ByteString;->size()I
move-result v2
int-to-long v2, v2
cmp-long v4, v0, v2
if-ltz v4, :cond_3f
iget v2, v6, Lokio/Segment;->pos:I
const/4 v4, 0x0
invoke-virtual {v9}, Lokio/ByteString;->size()I
move-result v5
move-object v0, p0
move-object v1, v6
move-object v3, v9
invoke-direct/range {v0 .. v5}, Lokio/Buffer;->rangeEquals(Lokio/Segment;ILokio/ByteString;II)Z
move-result v0
if-eqz v0, :cond_3f
.line 556
:try_start_2f
invoke-virtual {v9}, Lokio/ByteString;->size()I
move-result p1
int-to-long v0, p1
invoke-virtual {p0, v0, v1}, Lokio/Buffer;->skip(J)V
:try_end_37
.catch Ljava/io/EOFException; {:try_start_2f .. :try_end_37} :catch_38
return v8
:catch_38
move-exception p1
.line 559
new-instance v0, Ljava/lang/AssertionError;
invoke-direct {v0, p1}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
throw v0
:cond_3f
add-int/lit8 v8, v8, 0x1
goto :goto_10
:cond_42
const/4 p1, -0x1
return p1
.end method
.method selectPrefix(Lokio/Options;)I
.registers 11
.line 572
iget-object v6, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 573
iget-object p1, p1, Lokio/Options;->byteStrings:[Lokio/ByteString;
.line 574
array-length v7, p1
const/4 v0, 0x0
const/4 v8, 0x0
:goto_7
if-ge v8, v7, :cond_29
.line 575
aget-object v3, p1, v8
.line 576
iget-wide v0, p0, Lokio/Buffer;->size:J
invoke-virtual {v3}, Lokio/ByteString;->size()I
move-result v2
int-to-long v4, v2
invoke-static {v0, v1, v4, v5}, Ljava/lang/Math;->min(JJ)J
move-result-wide v0
long-to-int v5, v0
if-eqz v5, :cond_28
.line 577
iget v2, v6, Lokio/Segment;->pos:I
const/4 v4, 0x0
move-object v0, p0
move-object v1, v6
invoke-direct/range {v0 .. v5}, Lokio/Buffer;->rangeEquals(Lokio/Segment;ILokio/ByteString;II)Z
move-result v0
if-eqz v0, :cond_25
goto :goto_28
:cond_25
add-int/lit8 v8, v8, 0x1
goto :goto_7
:cond_28
:goto_28
return v8
:cond_29
const/4 p1, -0x1
return p1
.end method
.method public sha1()Lokio/ByteString;
.registers 2
const-string v0, "SHA-1"
.line 1607
invoke-direct {p0, v0}, Lokio/Buffer;->digest(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
return-object v0
.end method
.method public sha256()Lokio/ByteString;
.registers 2
const-string v0, "SHA-256"
.line 1612
invoke-direct {p0, v0}, Lokio/Buffer;->digest(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
return-object v0
.end method
.method public sha512()Lokio/ByteString;
.registers 2
const-string v0, "SHA-512"
.line 1617
invoke-direct {p0, v0}, Lokio/Buffer;->digest(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
return-object v0
.end method
.method public size()J
.registers 3
.line 67
iget-wide v0, p0, Lokio/Buffer;->size:J
return-wide v0
.end method
.method public skip(J)V
.registers 9
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/EOFException;
}
.end annotation
:cond_0
:goto_0
const-wide/16 v0, 0x0
cmp-long v2, p1, v0
if-lez v2, :cond_41
.line 849
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
if-eqz v0, :cond_3b
.line 851
iget v0, v0, Lokio/Segment;->limit:I
iget-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
iget v1, v1, Lokio/Segment;->pos:I
sub-int/2addr v0, v1
int-to-long v0, v0
invoke-static {p1, p2, v0, v1}, Ljava/lang/Math;->min(JJ)J
move-result-wide v0
long-to-int v1, v0
.line 852
iget-wide v2, p0, Lokio/Buffer;->size:J
int-to-long v4, v1
sub-long/2addr v2, v4
iput-wide v2, p0, Lokio/Buffer;->size:J
sub-long/2addr p1, v4
.line 854
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
iget v2, v0, Lokio/Segment;->pos:I
add-int/2addr v2, v1
iput v2, v0, Lokio/Segment;->pos:I
.line 856
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
iget v0, v0, Lokio/Segment;->pos:I
iget-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
iget v1, v1, Lokio/Segment;->limit:I
if-ne v0, v1, :cond_0
.line 857
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 858
invoke-virtual {v0}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object v1
iput-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 859
invoke-static {v0}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
goto :goto_0
.line 849
:cond_3b
new-instance p1, Ljava/io/EOFException;
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
throw p1
:cond_41
return-void
.end method
.method public snapshot()Lokio/ByteString;
.registers 6
.line 1738
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/32 v2, 0x7fffffff
cmp-long v4, v0, v2
if-gtz v4, :cond_f
long-to-int v1, v0
.line 1741
invoke-virtual {p0, v1}, Lokio/Buffer;->snapshot(I)Lokio/ByteString;
move-result-object v0
return-object v0
.line 1739
:cond_f
new-instance v0, Ljava/lang/IllegalArgumentException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "size > Integer.MAX_VALUE: "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-wide v2, p0, Lokio/Buffer;->size:J
invoke-virtual {v1, v2, v3}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v1
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public snapshot(I)Lokio/ByteString;
.registers 3
if-nez p1, :cond_5
.line 1748
sget-object p1, Lokio/ByteString;->EMPTY:Lokio/ByteString;
return-object p1
.line 1749
:cond_5
new-instance v0, Lokio/SegmentedByteString;
invoke-direct {v0, p0, p1}, Lokio/SegmentedByteString;-><init>(Lokio/Buffer;I)V
return-object v0
.end method
.method public timeout()Lokio/Timeout;
.registers 2
.line 1586
sget-object v0, Lokio/Timeout;->NONE:Lokio/Timeout;
return-object v0
.end method
.method public toString()Ljava/lang/String;
.registers 2
.line 1719
invoke-virtual {p0}, Lokio/Buffer;->snapshot()Lokio/ByteString;
move-result-object v0
invoke-virtual {v0}, Lokio/ByteString;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method writableSegment(I)Lokio/Segment;
.registers 5
const/4 v0, 0x1
if-lt p1, v0, :cond_2a
const/16 v0, 0x2000
if-gt p1, v0, :cond_2a
.line 1210
iget-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
if-nez v1, :cond_16
.line 1211
invoke-static {}, Lokio/SegmentPool;->take()Lokio/Segment;
move-result-object p1
iput-object p1, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 1212
iput-object p1, p1, Lokio/Segment;->prev:Lokio/Segment;
iput-object p1, p1, Lokio/Segment;->next:Lokio/Segment;
return-object p1
.line 1215
:cond_16
iget-object v1, v1, Lokio/Segment;->prev:Lokio/Segment;
.line 1216
iget v2, v1, Lokio/Segment;->limit:I
add-int/2addr v2, p1
if-gt v2, v0, :cond_21
iget-boolean p1, v1, Lokio/Segment;->owner:Z
if-nez p1, :cond_29
.line 1217
:cond_21
invoke-static {}, Lokio/SegmentPool;->take()Lokio/Segment;
move-result-object p1
invoke-virtual {v1, p1}, Lokio/Segment;->push(Lokio/Segment;)Lokio/Segment;
move-result-object v1
:cond_29
return-object v1
.line 1208
:cond_2a
new-instance p1, Ljava/lang/IllegalArgumentException;
invoke-direct {p1}, Ljava/lang/IllegalArgumentException;-><init>()V
throw p1
.end method
.method public write(Ljava/nio/ByteBuffer;)I
.registers 8
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
if-eqz p1, :cond_2b
.line 1034
invoke-virtual {p1}, Ljava/nio/ByteBuffer;->remaining()I
move-result v0
move v1, v0
:goto_7
if-lez v1, :cond_24
const/4 v2, 0x1
.line 1037
invoke-virtual {p0, v2}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object v2
.line 1039
iget v3, v2, Lokio/Segment;->limit:I
rsub-int v3, v3, 0x2000
invoke-static {v1, v3}, Ljava/lang/Math;->min(II)I
move-result v3
.line 1040
iget-object v4, v2, Lokio/Segment;->data:[B
iget v5, v2, Lokio/Segment;->limit:I
invoke-virtual {p1, v4, v5, v3}, Ljava/nio/ByteBuffer;->get([BII)Ljava/nio/ByteBuffer;
sub-int/2addr v1, v3
.line 1043
iget v4, v2, Lokio/Segment;->limit:I
add-int/2addr v4, v3
iput v4, v2, Lokio/Segment;->limit:I
goto :goto_7
.line 1046
:cond_24
iget-wide v1, p0, Lokio/Buffer;->size:J
int-to-long v3, v0
add-long/2addr v1, v3
iput-wide v1, p0, Lokio/Buffer;->size:J
return v0
.line 1032
:cond_2b
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string v0, "source == null"
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_34
:goto_33
throw p1
:goto_34
goto :goto_33
.end method
.method public write(Lokio/ByteString;)Lokio/Buffer;
.registers 3
if-eqz p1, :cond_6
.line 866
invoke-virtual {p1, p0}, Lokio/ByteString;->write(Lokio/Buffer;)V
return-object p0
.line 865
:cond_6
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string v0, "byteString == null"
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public write([B)Lokio/Buffer;
.registers 4
if-eqz p1, :cond_9
const/4 v0, 0x0
.line 1009
array-length v1, p1
invoke-virtual {p0, p1, v0, v1}, Lokio/Buffer;->write([BII)Lokio/Buffer;
move-result-object p1
return-object p1
.line 1008
:cond_9
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string v0, "source == null"
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public write([BII)Lokio/Buffer;
.registers 13
if-eqz p1, :cond_30
.line 1014
array-length v0, p1
int-to-long v1, v0
int-to-long v3, p2
int-to-long v7, p3
move-wide v5, v7
invoke-static/range {v1 .. v6}, Lokio/Util;->checkOffsetAndCount(JJJ)V
add-int/2addr p3, p2
:goto_b
if-ge p2, p3, :cond_2a
const/4 v0, 0x1
.line 1018
invoke-virtual {p0, v0}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object v0
sub-int v1, p3, p2
.line 1020
iget v2, v0, Lokio/Segment;->limit:I
rsub-int v2, v2, 0x2000
invoke-static {v1, v2}, Ljava/lang/Math;->min(II)I
move-result v1
.line 1021
iget-object v2, v0, Lokio/Segment;->data:[B
iget v3, v0, Lokio/Segment;->limit:I
invoke-static {p1, p2, v2, v3, v1}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
add-int/2addr p2, v1
.line 1024
iget v2, v0, Lokio/Segment;->limit:I
add-int/2addr v2, v1
iput v2, v0, Lokio/Segment;->limit:I
goto :goto_b
.line 1027
:cond_2a
iget-wide p1, p0, Lokio/Buffer;->size:J
add-long/2addr p1, v7
iput-wide p1, p0, Lokio/Buffer;->size:J
return-object p0
.line 1013
:cond_30
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "source == null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_39
:goto_38
throw p1
:goto_39
goto :goto_38
.end method
.method public bridge synthetic write(Lokio/ByteString;)Lokio/BufferedSink;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1}, Lokio/Buffer;->write(Lokio/ByteString;)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public write(Lokio/Source;J)Lokio/BufferedSink;
.registers 9
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
:goto_0
const-wide/16 v0, 0x0
cmp-long v2, p2, v0
if-lez v2, :cond_18
.line 1061
invoke-interface {p1, p0, p2, p3}, Lokio/Source;->read(Lokio/Buffer;J)J
move-result-wide v0
const-wide/16 v2, -0x1
cmp-long v4, v0, v2
if-eqz v4, :cond_12
sub-long/2addr p2, v0
goto :goto_0
.line 1062
:cond_12
new-instance p1, Ljava/io/EOFException;
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
throw p1
:cond_18
return-object p0
.end method
.method public bridge synthetic write([B)Lokio/BufferedSink;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1}, Lokio/Buffer;->write([B)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic write([BII)Lokio/BufferedSink;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1, p2, p3}, Lokio/Buffer;->write([BII)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public write(Lokio/Buffer;J)V
.registers 10
if-eqz p1, :cond_93
if-eq p1, p0, :cond_8b
.line 1275
iget-wide v0, p1, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
move-wide v4, p2
invoke-static/range {v0 .. v5}, Lokio/Util;->checkOffsetAndCount(JJJ)V
:goto_c
const-wide/16 v0, 0x0
cmp-long v2, p2, v0
if-lez v2, :cond_8a
.line 1279
iget-object v0, p1, Lokio/Buffer;->head:Lokio/Segment;
iget v0, v0, Lokio/Segment;->limit:I
iget-object v1, p1, Lokio/Buffer;->head:Lokio/Segment;
iget v1, v1, Lokio/Segment;->pos:I
sub-int/2addr v0, v1
int-to-long v0, v0
cmp-long v2, p2, v0
if-gez v2, :cond_5c
.line 1280
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
if-eqz v0, :cond_27
iget-object v0, v0, Lokio/Segment;->prev:Lokio/Segment;
goto :goto_28
:cond_27
const/4 v0, 0x0
:goto_28
if-eqz v0, :cond_53
.line 1281
iget-boolean v1, v0, Lokio/Segment;->owner:Z
if-eqz v1, :cond_53
iget v1, v0, Lokio/Segment;->limit:I
int-to-long v1, v1
add-long/2addr v1, p2
iget-boolean v3, v0, Lokio/Segment;->shared:Z
if-eqz v3, :cond_38
const/4 v3, 0x0
goto :goto_3a
.line 1282
:cond_38
iget v3, v0, Lokio/Segment;->pos:I
:goto_3a
int-to-long v3, v3
sub-long/2addr v1, v3
const-wide/16 v3, 0x2000
cmp-long v5, v1, v3
if-gtz v5, :cond_53
.line 1284
iget-object v1, p1, Lokio/Buffer;->head:Lokio/Segment;
long-to-int v2, p2
invoke-virtual {v1, v0, v2}, Lokio/Segment;->writeTo(Lokio/Segment;I)V
.line 1285
iget-wide v0, p1, Lokio/Buffer;->size:J
sub-long/2addr v0, p2
iput-wide v0, p1, Lokio/Buffer;->size:J
.line 1286
iget-wide v0, p0, Lokio/Buffer;->size:J
add-long/2addr v0, p2
iput-wide v0, p0, Lokio/Buffer;->size:J
return-void
.line 1291
:cond_53
iget-object v0, p1, Lokio/Buffer;->head:Lokio/Segment;
long-to-int v1, p2
invoke-virtual {v0, v1}, Lokio/Segment;->split(I)Lokio/Segment;
move-result-object v0
iput-object v0, p1, Lokio/Buffer;->head:Lokio/Segment;
.line 1296
:cond_5c
iget-object v0, p1, Lokio/Buffer;->head:Lokio/Segment;
.line 1297
iget v1, v0, Lokio/Segment;->limit:I
iget v2, v0, Lokio/Segment;->pos:I
sub-int/2addr v1, v2
int-to-long v1, v1
.line 1298
invoke-virtual {v0}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object v3
iput-object v3, p1, Lokio/Buffer;->head:Lokio/Segment;
.line 1299
iget-object v3, p0, Lokio/Buffer;->head:Lokio/Segment;
if-nez v3, :cond_75
.line 1300
iput-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 1301
iput-object v0, v0, Lokio/Segment;->prev:Lokio/Segment;
iput-object v0, v0, Lokio/Segment;->next:Lokio/Segment;
goto :goto_7e
.line 1303
:cond_75
iget-object v3, v3, Lokio/Segment;->prev:Lokio/Segment;
.line 1304
invoke-virtual {v3, v0}, Lokio/Segment;->push(Lokio/Segment;)Lokio/Segment;
move-result-object v0
.line 1305
invoke-virtual {v0}, Lokio/Segment;->compact()V
.line 1307
:goto_7e
iget-wide v3, p1, Lokio/Buffer;->size:J
sub-long/2addr v3, v1
iput-wide v3, p1, Lokio/Buffer;->size:J
.line 1308
iget-wide v3, p0, Lokio/Buffer;->size:J
add-long/2addr v3, v1
iput-wide v3, p0, Lokio/Buffer;->size:J
sub-long/2addr p2, v1
goto :goto_c
:cond_8a
return-void
.line 1274
:cond_8b
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "source == this"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.line 1273
:cond_93
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "source == null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_9c
:goto_9b
throw p1
:goto_9c
goto :goto_9b
.end method
.method public writeAll(Lokio/Source;)J
.registers 9
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
if-eqz p1, :cond_13
const-wide/16 v0, 0x0
:goto_4
const-wide/16 v2, 0x2000
.line 1053
invoke-interface {p1, p0, v2, v3}, Lokio/Source;->read(Lokio/Buffer;J)J
move-result-wide v2
const-wide/16 v4, -0x1
cmp-long v6, v2, v4
if-eqz v6, :cond_12
add-long/2addr v0, v2
goto :goto_4
:cond_12
return-wide v0
.line 1051
:cond_13
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string v0, "source == null"
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_1c
:goto_1b
throw p1
:goto_1c
goto :goto_1b
.end method
.method public writeByte(I)Lokio/Buffer;
.registers 6
const/4 v0, 0x1
.line 1069
invoke-virtual {p0, v0}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object v0
.line 1070
iget-object v1, v0, Lokio/Segment;->data:[B
iget v2, v0, Lokio/Segment;->limit:I
add-int/lit8 v3, v2, 0x1
iput v3, v0, Lokio/Segment;->limit:I
int-to-byte p1, p1
aput-byte p1, v1, v2
.line 1071
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x1
add-long/2addr v0, v2
iput-wide v0, p0, Lokio/Buffer;->size:J
return-object p0
.end method
.method public bridge synthetic writeByte(I)Lokio/BufferedSink;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeDecimalLong(J)Lokio/Buffer;
.registers 14
const-wide/16 v0, 0x0
cmp-long v2, p1, v0
if-nez v2, :cond_d
const/16 p1, 0x30
.line 1131
invoke-virtual {p0, p1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
move-result-object p1
return-object p1
:cond_d
const/4 v2, 0x0
const/4 v3, 0x1
cmp-long v4, p1, v0
if-gez v4, :cond_20
neg-long p1, p1
cmp-long v2, p1, v0
if-gez v2, :cond_1f
const-string p1, "-9223372036854775808"
.line 1138
invoke-virtual {p0, p1}, Lokio/Buffer;->writeUtf8(Ljava/lang/String;)Lokio/Buffer;
move-result-object p1
return-object p1
:cond_1f
const/4 v2, 0x1
:cond_20
const-wide/32 v4, 0x5f5e100
const-wide/16 v6, 0xa
cmp-long v8, p1, v4
if-gez v8, :cond_6c
const-wide/16 v4, 0x2710
cmp-long v8, p1, v4
if-gez v8, :cond_4a
const-wide/16 v4, 0x64
cmp-long v8, p1, v4
if-gez v8, :cond_3e
cmp-long v4, p1, v6
if-gez v4, :cond_3b
goto/16 :goto_e4
:cond_3b
const/4 v3, 0x2
goto/16 :goto_e4
:cond_3e
const-wide/16 v3, 0x3e8
cmp-long v5, p1, v3
if-gez v5, :cond_47
const/4 v3, 0x3
goto/16 :goto_e4
:cond_47
const/4 v3, 0x4
goto/16 :goto_e4
:cond_4a
const-wide/32 v3, 0xf4240
cmp-long v5, p1, v3
if-gez v5, :cond_5e
const-wide/32 v3, 0x186a0
cmp-long v5, p1, v3
if-gez v5, :cond_5b
const/4 v3, 0x5
goto/16 :goto_e4
:cond_5b
const/4 v3, 0x6
goto/16 :goto_e4
:cond_5e
const-wide/32 v3, 0x989680
cmp-long v5, p1, v3
if-gez v5, :cond_68
const/4 v3, 0x7
goto/16 :goto_e4
:cond_68
const/16 v3, 0x8
goto/16 :goto_e4
:cond_6c
const-wide v3, 0xe8d4a51000L
cmp-long v5, p1, v3
if-gez v5, :cond_9a
const-wide v3, 0x2540be400L
cmp-long v5, p1, v3
if-gez v5, :cond_8b
const-wide/32 v3, 0x3b9aca00
cmp-long v5, p1, v3
if-gez v5, :cond_88
const/16 v3, 0x9
goto :goto_e4
:cond_88
const/16 v3, 0xa
goto :goto_e4
:cond_8b
const-wide v3, 0x174876e800L
cmp-long v5, p1, v3
if-gez v5, :cond_97
const/16 v3, 0xb
goto :goto_e4
:cond_97
const/16 v3, 0xc
goto :goto_e4
:cond_9a
const-wide v3, 0x38d7ea4c68000L
cmp-long v5, p1, v3
if-gez v5, :cond_be
const-wide v3, 0x9184e72a000L
cmp-long v5, p1, v3
if-gez v5, :cond_af
const/16 v3, 0xd
goto :goto_e4
:cond_af
const-wide v3, 0x5af3107a4000L
cmp-long v5, p1, v3
if-gez v5, :cond_bb
const/16 v3, 0xe
goto :goto_e4
:cond_bb
const/16 v3, 0xf
goto :goto_e4
:cond_be
const-wide v3, 0x16345785d8a0000L
cmp-long v5, p1, v3
if-gez v5, :cond_d6
const-wide v3, 0x2386f26fc10000L
cmp-long v5, p1, v3
if-gez v5, :cond_d3
const/16 v3, 0x10
goto :goto_e4
:cond_d3
const/16 v3, 0x11
goto :goto_e4
:cond_d6
const-wide v3, 0xde0b6b3a7640000L
cmp-long v5, p1, v3
if-gez v5, :cond_e2
const/16 v3, 0x12
goto :goto_e4
:cond_e2
const/16 v3, 0x13
:goto_e4
if-eqz v2, :cond_e8
add-int/lit8 v3, v3, 0x1
.line 1167
:cond_e8
invoke-virtual {p0, v3}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object v4
.line 1168
iget-object v5, v4, Lokio/Segment;->data:[B
.line 1169
iget v8, v4, Lokio/Segment;->limit:I
add-int/2addr v8, v3
:goto_f1
cmp-long v9, p1, v0
if-eqz v9, :cond_102
.line 1171
rem-long v9, p1, v6
long-to-int v10, v9
add-int/lit8 v8, v8, -0x1
.line 1172
sget-object v9, Lokio/Buffer;->DIGITS:[B
aget-byte v9, v9, v10
aput-byte v9, v5, v8
.line 1173
div-long/2addr p1, v6
goto :goto_f1
:cond_102
if-eqz v2, :cond_10a
add-int/lit8 v8, v8, -0x1
const/16 p1, 0x2d
.line 1176
aput-byte p1, v5, v8
.line 1179
:cond_10a
iget p1, v4, Lokio/Segment;->limit:I
add-int/2addr p1, v3
iput p1, v4, Lokio/Segment;->limit:I
.line 1180
iget-wide p1, p0, Lokio/Buffer;->size:J
int-to-long v0, v3
add-long/2addr p1, v0
iput-wide p1, p0, Lokio/Buffer;->size:J
return-object p0
.end method
.method public bridge synthetic writeDecimalLong(J)Lokio/BufferedSink;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1, p2}, Lokio/Buffer;->writeDecimalLong(J)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeHexadecimalUnsignedLong(J)Lokio/Buffer;
.registers 12
const-wide/16 v0, 0x0
cmp-long v2, p1, v0
if-nez v2, :cond_d
const/16 p1, 0x30
.line 1187
invoke-virtual {p0, p1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
move-result-object p1
return-object p1
.line 1190
:cond_d
invoke-static {p1, p2}, Ljava/lang/Long;->highestOneBit(J)J
move-result-wide v0
invoke-static {v0, v1}, Ljava/lang/Long;->numberOfTrailingZeros(J)I
move-result v0
const/4 v1, 0x4
div-int/2addr v0, v1
add-int/lit8 v0, v0, 0x1
.line 1192
invoke-virtual {p0, v0}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object v2
.line 1193
iget-object v3, v2, Lokio/Segment;->data:[B
.line 1194
iget v4, v2, Lokio/Segment;->limit:I
add-int/2addr v4, v0
add-int/lit8 v4, v4, -0x1
iget v5, v2, Lokio/Segment;->limit:I
:goto_26
if-lt v4, v5, :cond_36
.line 1195
sget-object v6, Lokio/Buffer;->DIGITS:[B
const-wide/16 v7, 0xf
and-long/2addr v7, p1
long-to-int v8, v7
aget-byte v6, v6, v8
aput-byte v6, v3, v4
ushr-long/2addr p1, v1
add-int/lit8 v4, v4, -0x1
goto :goto_26
.line 1198
:cond_36
iget p1, v2, Lokio/Segment;->limit:I
add-int/2addr p1, v0
iput p1, v2, Lokio/Segment;->limit:I
.line 1199
iget-wide p1, p0, Lokio/Buffer;->size:J
int-to-long v0, v0
add-long/2addr p1, v0
iput-wide p1, p0, Lokio/Buffer;->size:J
return-object p0
.end method
.method public bridge synthetic writeHexadecimalUnsignedLong(J)Lokio/BufferedSink;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1, p2}, Lokio/Buffer;->writeHexadecimalUnsignedLong(J)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeInt(I)Lokio/Buffer;
.registers 7
const/4 v0, 0x4
.line 1091
invoke-virtual {p0, v0}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object v0
.line 1092
iget-object v1, v0, Lokio/Segment;->data:[B
.line 1093
iget v2, v0, Lokio/Segment;->limit:I
add-int/lit8 v3, v2, 0x1
ushr-int/lit8 v4, p1, 0x18
and-int/lit16 v4, v4, 0xff
int-to-byte v4, v4
.line 1094
aput-byte v4, v1, v2
add-int/lit8 v2, v3, 0x1
ushr-int/lit8 v4, p1, 0x10
and-int/lit16 v4, v4, 0xff
int-to-byte v4, v4
.line 1095
aput-byte v4, v1, v3
add-int/lit8 v3, v2, 0x1
ushr-int/lit8 v4, p1, 0x8
and-int/lit16 v4, v4, 0xff
int-to-byte v4, v4
.line 1096
aput-byte v4, v1, v2
add-int/lit8 v2, v3, 0x1
and-int/lit16 p1, p1, 0xff
int-to-byte p1, p1
.line 1097
aput-byte p1, v1, v3
.line 1098
iput v2, v0, Lokio/Segment;->limit:I
.line 1099
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x4
add-long/2addr v0, v2
iput-wide v0, p0, Lokio/Buffer;->size:J
return-object p0
.end method
.method public bridge synthetic writeInt(I)Lokio/BufferedSink;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1}, Lokio/Buffer;->writeInt(I)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeIntLe(I)Lokio/Buffer;
.registers 2
.line 1104
invoke-static {p1}, Lokio/Util;->reverseBytesInt(I)I
move-result p1
invoke-virtual {p0, p1}, Lokio/Buffer;->writeInt(I)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic writeIntLe(I)Lokio/BufferedSink;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1}, Lokio/Buffer;->writeIntLe(I)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeLong(J)Lokio/Buffer;
.registers 12
const/16 v0, 0x8
.line 1108
invoke-virtual {p0, v0}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object v1
.line 1109
iget-object v2, v1, Lokio/Segment;->data:[B
.line 1110
iget v3, v1, Lokio/Segment;->limit:I
add-int/lit8 v4, v3, 0x1
const/16 v5, 0x38
ushr-long v5, p1, v5
const-wide/16 v7, 0xff
and-long/2addr v5, v7
long-to-int v6, v5
int-to-byte v5, v6
.line 1111
aput-byte v5, v2, v3
add-int/lit8 v3, v4, 0x1
const/16 v5, 0x30
ushr-long v5, p1, v5
and-long/2addr v5, v7
long-to-int v6, v5
int-to-byte v5, v6
.line 1112
aput-byte v5, v2, v4
add-int/lit8 v4, v3, 0x1
const/16 v5, 0x28
ushr-long v5, p1, v5
and-long/2addr v5, v7
long-to-int v6, v5
int-to-byte v5, v6
.line 1113
aput-byte v5, v2, v3
add-int/lit8 v3, v4, 0x1
const/16 v5, 0x20
ushr-long v5, p1, v5
and-long/2addr v5, v7
long-to-int v6, v5
int-to-byte v5, v6
.line 1114
aput-byte v5, v2, v4
add-int/lit8 v4, v3, 0x1
const/16 v5, 0x18
ushr-long v5, p1, v5
and-long/2addr v5, v7
long-to-int v6, v5
int-to-byte v5, v6
.line 1115
aput-byte v5, v2, v3
add-int/lit8 v3, v4, 0x1
const/16 v5, 0x10
ushr-long v5, p1, v5
and-long/2addr v5, v7
long-to-int v6, v5
int-to-byte v5, v6
.line 1116
aput-byte v5, v2, v4
add-int/lit8 v4, v3, 0x1
ushr-long v5, p1, v0
and-long/2addr v5, v7
long-to-int v0, v5
int-to-byte v0, v0
.line 1117
aput-byte v0, v2, v3
add-int/lit8 v0, v4, 0x1
and-long/2addr p1, v7
long-to-int p2, p1
int-to-byte p1, p2
.line 1118
aput-byte p1, v2, v4
.line 1119
iput v0, v1, Lokio/Segment;->limit:I
.line 1120
iget-wide p1, p0, Lokio/Buffer;->size:J
const-wide/16 v0, 0x8
add-long/2addr p1, v0
iput-wide p1, p0, Lokio/Buffer;->size:J
return-object p0
.end method
.method public bridge synthetic writeLong(J)Lokio/BufferedSink;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1, p2}, Lokio/Buffer;->writeLong(J)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeLongLe(J)Lokio/Buffer;
.registers 3
.line 1125
invoke-static {p1, p2}, Lokio/Util;->reverseBytesLong(J)J
move-result-wide p1
invoke-virtual {p0, p1, p2}, Lokio/Buffer;->writeLong(J)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic writeLongLe(J)Lokio/BufferedSink;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1, p2}, Lokio/Buffer;->writeLongLe(J)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeShort(I)Lokio/Buffer;
.registers 7
const/4 v0, 0x2
.line 1076
invoke-virtual {p0, v0}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object v0
.line 1077
iget-object v1, v0, Lokio/Segment;->data:[B
.line 1078
iget v2, v0, Lokio/Segment;->limit:I
add-int/lit8 v3, v2, 0x1
ushr-int/lit8 v4, p1, 0x8
and-int/lit16 v4, v4, 0xff
int-to-byte v4, v4
.line 1079
aput-byte v4, v1, v2
add-int/lit8 v2, v3, 0x1
and-int/lit16 p1, p1, 0xff
int-to-byte p1, p1
.line 1080
aput-byte p1, v1, v3
.line 1081
iput v2, v0, Lokio/Segment;->limit:I
.line 1082
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x2
add-long/2addr v0, v2
iput-wide v0, p0, Lokio/Buffer;->size:J
return-object p0
.end method
.method public bridge synthetic writeShort(I)Lokio/BufferedSink;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1}, Lokio/Buffer;->writeShort(I)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeShortLe(I)Lokio/Buffer;
.registers 2
int-to-short p1, p1
.line 1087
invoke-static {p1}, Lokio/Util;->reverseBytesShort(S)S
move-result p1
invoke-virtual {p0, p1}, Lokio/Buffer;->writeShort(I)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic writeShortLe(I)Lokio/BufferedSink;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1}, Lokio/Buffer;->writeShortLe(I)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeString(Ljava/lang/String;IILjava/nio/charset/Charset;)Lokio/Buffer;
.registers 6
if-eqz p1, :cond_8b
if-ltz p2, :cond_74
if-lt p3, p2, :cond_55
.line 997
invoke-virtual {p1}, Ljava/lang/String;->length()I
move-result v0
if-gt p3, v0, :cond_32
if-eqz p4, :cond_2a
.line 1002
sget-object v0, Lokio/Util;->UTF_8:Ljava/nio/charset/Charset;
invoke-virtual {p4, v0}, Ljava/nio/charset/Charset;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_1b
invoke-virtual {p0, p1, p2, p3}, Lokio/Buffer;->writeUtf8(Ljava/lang/String;II)Lokio/Buffer;
move-result-object p1
return-object p1
.line 1003
:cond_1b
invoke-virtual {p1, p2, p3}, Ljava/lang/String;->substring(II)Ljava/lang/String;
move-result-object p1
invoke-virtual {p1, p4}, Ljava/lang/String;->getBytes(Ljava/nio/charset/Charset;)[B
move-result-object p1
const/4 p2, 0x0
.line 1004
array-length p3, p1
invoke-virtual {p0, p1, p2, p3}, Lokio/Buffer;->write([BII)Lokio/Buffer;
move-result-object p1
return-object p1
.line 1001
:cond_2a
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "charset == null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.line 998
:cond_32
new-instance p2, Ljava/lang/IllegalArgumentException;
new-instance p4, Ljava/lang/StringBuilder;
invoke-direct {p4}, Ljava/lang/StringBuilder;-><init>()V
const-string v0, "endIndex > string.length: "
invoke-virtual {p4, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {p4, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
const-string p3, " > "
invoke-virtual {p4, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 999
invoke-virtual {p1}, Ljava/lang/String;->length()I
move-result p1
invoke-virtual {p4, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {p4}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p2
.line 995
:cond_55
new-instance p1, Ljava/lang/IllegalArgumentException;
new-instance p4, Ljava/lang/StringBuilder;
invoke-direct {p4}, Ljava/lang/StringBuilder;-><init>()V
const-string v0, "endIndex < beginIndex: "
invoke-virtual {p4, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {p4, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
const-string p3, " < "
invoke-virtual {p4, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {p4, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {p4}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p2
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.line 993
:cond_74
new-instance p1, Ljava/lang/IllegalAccessError;
new-instance p3, Ljava/lang/StringBuilder;
invoke-direct {p3}, Ljava/lang/StringBuilder;-><init>()V
const-string p4, "beginIndex < 0: "
invoke-virtual {p3, p4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {p3, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {p3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p2
invoke-direct {p1, p2}, Ljava/lang/IllegalAccessError;-><init>(Ljava/lang/String;)V
throw p1
.line 992
:cond_8b
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "string == null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public writeString(Ljava/lang/String;Ljava/nio/charset/Charset;)Lokio/Buffer;
.registers 5
.line 987
invoke-virtual {p1}, Ljava/lang/String;->length()I
move-result v0
const/4 v1, 0x0
invoke-virtual {p0, p1, v1, v0, p2}, Lokio/Buffer;->writeString(Ljava/lang/String;IILjava/nio/charset/Charset;)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic writeString(Ljava/lang/String;IILjava/nio/charset/Charset;)Lokio/BufferedSink;
.registers 5
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1, p2, p3, p4}, Lokio/Buffer;->writeString(Ljava/lang/String;IILjava/nio/charset/Charset;)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic writeString(Ljava/lang/String;Ljava/nio/charset/Charset;)Lokio/BufferedSink;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1, p2}, Lokio/Buffer;->writeString(Ljava/lang/String;Ljava/nio/charset/Charset;)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeTo(Ljava/io/OutputStream;)Lokio/Buffer;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 205
iget-wide v0, p0, Lokio/Buffer;->size:J
invoke-virtual {p0, p1, v0, v1}, Lokio/Buffer;->writeTo(Ljava/io/OutputStream;J)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeTo(Ljava/io/OutputStream;J)Lokio/Buffer;
.registers 10
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
if-eqz p1, :cond_42
.line 211
iget-wide v0, p0, Lokio/Buffer;->size:J
const-wide/16 v2, 0x0
move-wide v4, p2
invoke-static/range {v0 .. v5}, Lokio/Util;->checkOffsetAndCount(JJJ)V
.line 213
iget-object v0, p0, Lokio/Buffer;->head:Lokio/Segment;
:cond_c
:goto_c
const-wide/16 v1, 0x0
cmp-long v3, p2, v1
if-lez v3, :cond_41
.line 215
iget v1, v0, Lokio/Segment;->limit:I
iget v2, v0, Lokio/Segment;->pos:I
sub-int/2addr v1, v2
int-to-long v1, v1
invoke-static {p2, p3, v1, v2}, Ljava/lang/Math;->min(JJ)J
move-result-wide v1
long-to-int v2, v1
.line 216
iget-object v1, v0, Lokio/Segment;->data:[B
iget v3, v0, Lokio/Segment;->pos:I
invoke-virtual {p1, v1, v3, v2}, Ljava/io/OutputStream;->write([BII)V
.line 218
iget v1, v0, Lokio/Segment;->pos:I
add-int/2addr v1, v2
iput v1, v0, Lokio/Segment;->pos:I
.line 219
iget-wide v3, p0, Lokio/Buffer;->size:J
int-to-long v1, v2
sub-long/2addr v3, v1
iput-wide v3, p0, Lokio/Buffer;->size:J
sub-long/2addr p2, v1
.line 222
iget v1, v0, Lokio/Segment;->pos:I
iget v2, v0, Lokio/Segment;->limit:I
if-ne v1, v2, :cond_c
.line 224
invoke-virtual {v0}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object v1
iput-object v1, p0, Lokio/Buffer;->head:Lokio/Segment;
.line 225
invoke-static {v0}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
move-object v0, v1
goto :goto_c
:cond_41
return-object p0
.line 210
:cond_42
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "out == null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_4b
:goto_4a
throw p1
:goto_4b
goto :goto_4a
.end method
.method public writeUtf8(Ljava/lang/String;)Lokio/Buffer;
.registers 4
.line 871
invoke-virtual {p1}, Ljava/lang/String;->length()I
move-result v0
const/4 v1, 0x0
invoke-virtual {p0, p1, v1, v0}, Lokio/Buffer;->writeUtf8(Ljava/lang/String;II)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeUtf8(Ljava/lang/String;II)Lokio/Buffer;
.registers 11
if-eqz p1, :cond_127
if-ltz p2, :cond_110
if-lt p3, p2, :cond_f1
.line 880
invoke-virtual {p1}, Ljava/lang/String;->length()I
move-result v0
if-gt p3, v0, :cond_ce
:goto_c
if-ge p2, p3, :cond_cd
.line 887
invoke-virtual {p1, p2}, Ljava/lang/String;->charAt(I)C
move-result v0
const/16 v1, 0x80
if-ge v0, v1, :cond_4e
const/4 v2, 0x1
.line 890
invoke-virtual {p0, v2}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object v2
.line 891
iget-object v3, v2, Lokio/Segment;->data:[B
.line 892
iget v4, v2, Lokio/Segment;->limit:I
sub-int/2addr v4, p2
rsub-int v5, v4, 0x2000
.line 893
invoke-static {p3, v5}, Ljava/lang/Math;->min(II)I
move-result v5
add-int/lit8 v6, p2, 0x1
add-int/2addr p2, v4
int-to-byte v0, v0
.line 896
aput-byte v0, v3, p2
:goto_2c
if-ge v6, v5, :cond_3d
.line 901
invoke-virtual {p1, v6}, Ljava/lang/String;->charAt(I)C
move-result p2
if-lt p2, v1, :cond_35
goto :goto_3d
:cond_35
add-int/lit8 v0, v6, 0x1
add-int/2addr v6, v4
int-to-byte p2, p2
.line 903
aput-byte p2, v3, v6
move v6, v0
goto :goto_2c
:cond_3d
:goto_3d
add-int/2addr v4, v6
.line 906
iget p2, v2, Lokio/Segment;->limit:I
sub-int/2addr v4, p2
.line 907
iget p2, v2, Lokio/Segment;->limit:I
add-int/2addr p2, v4
iput p2, v2, Lokio/Segment;->limit:I
.line 908
iget-wide v0, p0, Lokio/Buffer;->size:J
int-to-long v2, v4
add-long/2addr v0, v2
iput-wide v0, p0, Lokio/Buffer;->size:J
move p2, v6
goto :goto_c
:cond_4e
const/16 v2, 0x800
if-ge v0, v2, :cond_62
shr-int/lit8 v2, v0, 0x6
or-int/lit16 v2, v2, 0xc0
.line 912
invoke-virtual {p0, v2}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
and-int/lit8 v0, v0, 0x3f
or-int/2addr v0, v1
.line 913
invoke-virtual {p0, v0}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
:goto_5f
add-int/lit8 p2, p2, 0x1
goto :goto_c
:cond_62
const v2, 0xd800
const/16 v3, 0x3f
if-lt v0, v2, :cond_b8
const v2, 0xdfff
if-le v0, v2, :cond_6f
goto :goto_b8
:cond_6f
add-int/lit8 v4, p2, 0x1
if-ge v4, p3, :cond_78
.line 926
invoke-virtual {p1, v4}, Ljava/lang/String;->charAt(I)C
move-result v5
goto :goto_79
:cond_78
const/4 v5, 0x0
:goto_79
const v6, 0xdbff
if-gt v0, v6, :cond_b2
const v6, 0xdc00
if-lt v5, v6, :cond_b2
if-le v5, v2, :cond_86
goto :goto_b2
:cond_86
const/high16 v2, 0x10000
const v4, -0xd801
and-int/2addr v0, v4
shl-int/lit8 v0, v0, 0xa
const v4, -0xdc01
and-int/2addr v4, v5
or-int/2addr v0, v4
add-int/2addr v0, v2
shr-int/lit8 v2, v0, 0x12
or-int/lit16 v2, v2, 0xf0
.line 939
invoke-virtual {p0, v2}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
shr-int/lit8 v2, v0, 0xc
and-int/2addr v2, v3
or-int/2addr v2, v1
.line 940
invoke-virtual {p0, v2}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
shr-int/lit8 v2, v0, 0x6
and-int/2addr v2, v3
or-int/2addr v2, v1
.line 941
invoke-virtual {p0, v2}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
and-int/2addr v0, v3
or-int/2addr v0, v1
.line 942
invoke-virtual {p0, v0}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
add-int/lit8 p2, p2, 0x2
goto/16 :goto_c
.line 928
:cond_b2
:goto_b2
invoke-virtual {p0, v3}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
move p2, v4
goto/16 :goto_c
:cond_b8
:goto_b8
shr-int/lit8 v2, v0, 0xc
or-int/lit16 v2, v2, 0xe0
.line 918
invoke-virtual {p0, v2}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
shr-int/lit8 v2, v0, 0x6
and-int/2addr v2, v3
or-int/2addr v2, v1
.line 919
invoke-virtual {p0, v2}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
and-int/lit8 v0, v0, 0x3f
or-int/2addr v0, v1
.line 920
invoke-virtual {p0, v0}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
goto :goto_5f
:cond_cd
return-object p0
.line 881
:cond_ce
new-instance p2, Ljava/lang/IllegalArgumentException;
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "endIndex > string.length: "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
const-string p3, " > "
invoke-virtual {v0, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 882
invoke-virtual {p1}, Ljava/lang/String;->length()I
move-result p1
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p2
.line 878
:cond_f1
new-instance p1, Ljava/lang/IllegalArgumentException;
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "endIndex < beginIndex: "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
const-string p3, " < "
invoke-virtual {v0, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p2}, Ljava/lang/StringBuilder;->append(I)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
throw p1
.line 876
:cond_110
new-instance p1, Ljava/lang/IllegalArgumentException;
new-instance p3, Ljava/lang/StringBuilder;
invoke-direct {p3}, Ljava/lang/StringBuilder;-><init>()V
const-string v0, "beginIndex < 0: "
invoke-virtual {p3, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {p3, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {p3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p2
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.line 875
:cond_127
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "string == null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
goto :goto_130
:goto_12f
throw p1
:goto_130
goto :goto_12f
.end method
.method public bridge synthetic writeUtf8(Ljava/lang/String;)Lokio/BufferedSink;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1}, Lokio/Buffer;->writeUtf8(Ljava/lang/String;)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic writeUtf8(Ljava/lang/String;II)Lokio/BufferedSink;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1, p2, p3}, Lokio/Buffer;->writeUtf8(Ljava/lang/String;II)Lokio/Buffer;
move-result-object p1
return-object p1
.end method
.method public writeUtf8CodePoint(I)Lokio/Buffer;
.registers 5
const/16 v0, 0x80
if-ge p1, v0, :cond_8
.line 953
invoke-virtual {p0, p1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
goto :goto_60
:cond_8
const/16 v1, 0x800
const/16 v2, 0x3f
if-ge p1, v1, :cond_1b
shr-int/lit8 v1, p1, 0x6
or-int/lit16 v1, v1, 0xc0
.line 957
invoke-virtual {p0, v1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
and-int/2addr p1, v2
or-int/2addr p1, v0
.line 958
invoke-virtual {p0, p1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
goto :goto_60
:cond_1b
const/high16 v1, 0x10000
if-ge p1, v1, :cond_41
const v1, 0xd800
if-lt p1, v1, :cond_2d
const v1, 0xdfff
if-gt p1, v1, :cond_2d
.line 963
invoke-virtual {p0, v2}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
goto :goto_60
:cond_2d
shr-int/lit8 v1, p1, 0xc
or-int/lit16 v1, v1, 0xe0
.line 966
invoke-virtual {p0, v1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
shr-int/lit8 v1, p1, 0x6
and-int/2addr v1, v2
or-int/2addr v1, v0
.line 967
invoke-virtual {p0, v1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
and-int/2addr p1, v2
or-int/2addr p1, v0
.line 968
invoke-virtual {p0, p1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
goto :goto_60
:cond_41
const v1, 0x10ffff
if-gt p1, v1, :cond_61
shr-int/lit8 v1, p1, 0x12
or-int/lit16 v1, v1, 0xf0
.line 973
invoke-virtual {p0, v1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
shr-int/lit8 v1, p1, 0xc
and-int/2addr v1, v2
or-int/2addr v1, v0
.line 974
invoke-virtual {p0, v1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
shr-int/lit8 v1, p1, 0x6
and-int/2addr v1, v2
or-int/2addr v1, v0
.line 975
invoke-virtual {p0, v1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
and-int/2addr p1, v2
or-int/2addr p1, v0
.line 976
invoke-virtual {p0, p1}, Lokio/Buffer;->writeByte(I)Lokio/Buffer;
:goto_60
return-object p0
.line 979
:cond_61
new-instance v0, Ljava/lang/IllegalArgumentException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "Unexpected code point: "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 980
invoke-static {p1}, Ljava/lang/Integer;->toHexString(I)Ljava/lang/String;
move-result-object p1
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {v0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public bridge synthetic writeUtf8CodePoint(I)Lokio/BufferedSink;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 54
invoke-virtual {p0, p1}, Lokio/Buffer;->writeUtf8CodePoint(I)Lokio/Buffer;
move-result-object p1
return-object p1
.end method