- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
7620 lines
160 KiB
Smali
7620 lines
160 KiB
Smali
.class public final Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/mbridge/msdk/thrid/okio/BufferedSource;
|
|
.implements Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.implements Ljava/lang/Cloneable;
|
|
.implements Ljava/nio/channels/ByteChannel;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final DIGITS:[B
|
|
|
|
.field static final REPLACEMENT_CHARACTER:I = 0xfffd
|
|
|
|
|
|
# instance fields
|
|
.field head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field size:J
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
const/16 v0, 0x10
|
|
|
|
new-array v0, v0, [B
|
|
|
|
fill-array-data v0, :array_0
|
|
|
|
sput-object v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->DIGITS:[B
|
|
|
|
return-void
|
|
|
|
:array_0
|
|
.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
|
|
.locals 0
|
|
|
|
.line 62
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private digest(Ljava/lang/String;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 4
|
|
|
|
.line 1704
|
|
:try_start_0
|
|
invoke-static {p1}, Ljava/security/MessageDigest;->getInstance(Ljava/lang/String;)Ljava/security/MessageDigest;
|
|
|
|
move-result-object p1
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 1706
|
|
iget-object v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
iget v0, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
sub-int/2addr v0, v2
|
|
|
|
invoke-virtual {p1, v1, v2, v0}, Ljava/security/MessageDigest;->update([BII)V
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1707
|
|
:goto_0
|
|
iget-object v0, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iget-object v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-eq v0, v1, :cond_0
|
|
|
|
.line 1708
|
|
iget-object v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
iget v3, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
sub-int/2addr v3, v2
|
|
|
|
invoke-virtual {p1, v1, v2, v3}, Ljava/security/MessageDigest;->update([BII)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 1711
|
|
:cond_0
|
|
invoke-virtual {p1}, Ljava/security/MessageDigest;->digest()[B
|
|
|
|
move-result-object p1
|
|
|
|
invoke-static {p1}, Lcom/mbridge/msdk/thrid/okio/ByteString;->of([B)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object p1
|
|
:try_end_0
|
|
.catch Ljava/security/NoSuchAlgorithmException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-object p1
|
|
|
|
.line 1713
|
|
:catch_0
|
|
new-instance p1, Ljava/lang/AssertionError;
|
|
|
|
invoke-direct {p1}, Ljava/lang/AssertionError;-><init>()V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method private hmac(Ljava/lang/String;Lcom/mbridge/msdk/thrid/okio/ByteString;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 3
|
|
|
|
.line 1734
|
|
:try_start_0
|
|
invoke-static {p1}, Ljavax/crypto/Mac;->getInstance(Ljava/lang/String;)Ljavax/crypto/Mac;
|
|
|
|
move-result-object v0
|
|
|
|
.line 1735
|
|
new-instance v1, Ljavax/crypto/spec/SecretKeySpec;
|
|
|
|
invoke-virtual {p2}, Lcom/mbridge/msdk/thrid/okio/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
|
|
|
|
iget-object p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 1737
|
|
iget-object p2, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
iget v1, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
iget p1, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
sub-int/2addr p1, v1
|
|
|
|
invoke-virtual {v0, p2, v1, p1}, Ljavax/crypto/Mac;->update([BII)V
|
|
|
|
iget-object p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1738
|
|
:goto_0
|
|
iget-object p1, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iget-object p2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-eq p1, p2, :cond_0
|
|
|
|
.line 1739
|
|
iget-object p2, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
iget v1, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
iget v2, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
sub-int/2addr v2, v1
|
|
|
|
invoke-virtual {v0, p2, v1, v2}, Ljavax/crypto/Mac;->update([BII)V
|
|
|
|
goto :goto_0
|
|
|
|
:catch_0
|
|
move-exception p1
|
|
|
|
goto :goto_1
|
|
|
|
.line 1742
|
|
:cond_0
|
|
invoke-virtual {v0}, Ljavax/crypto/Mac;->doFinal()[B
|
|
|
|
move-result-object p1
|
|
|
|
invoke-static {p1}, Lcom/mbridge/msdk/thrid/okio/ByteString;->of([B)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object p1
|
|
:try_end_0
|
|
.catch Ljava/security/NoSuchAlgorithmException; {:try_start_0 .. :try_end_0} :catch_1
|
|
.catch Ljava/security/InvalidKeyException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-object p1
|
|
|
|
.line 1746
|
|
:goto_1
|
|
new-instance p2, Ljava/lang/IllegalArgumentException;
|
|
|
|
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/Throwable;)V
|
|
|
|
throw p2
|
|
|
|
.line 1744
|
|
:catch_1
|
|
new-instance p1, Ljava/lang/AssertionError;
|
|
|
|
invoke-direct {p1}, Ljava/lang/AssertionError;-><init>()V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method private rangeEquals(Lcom/mbridge/msdk/thrid/okio/Segment;ILcom/mbridge/msdk/thrid/okio/ByteString;II)Z
|
|
.locals 5
|
|
|
|
.line 1635
|
|
iget v0, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
.line 1636
|
|
iget-object v1, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
:goto_0
|
|
if-ge p4, p5, :cond_2
|
|
|
|
if-ne p2, v0, :cond_0
|
|
|
|
.line 1640
|
|
iget-object p1, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1641
|
|
iget-object p2, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 1642
|
|
iget v0, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 1643
|
|
iget v1, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
move v4, v1
|
|
|
|
move-object v1, p2
|
|
|
|
move p2, v0
|
|
|
|
move v0, v4
|
|
|
|
.line 1646
|
|
:cond_0
|
|
aget-byte v2, v1, p2
|
|
|
|
invoke-virtual {p3, p4}, Lcom/mbridge/msdk/thrid/okio/ByteString;->getByte(I)B
|
|
|
|
move-result v3
|
|
|
|
if-eq v2, v3, :cond_1
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
|
|
:cond_1
|
|
add-int/lit8 p2, p2, 0x1
|
|
|
|
add-int/lit8 p4, p4, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method private readFrom(Ljava/io/InputStream;JZ)V
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
if-eqz p1, :cond_4
|
|
|
|
:goto_0
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v0, p2, v0
|
|
|
|
if-gtz v0, :cond_1
|
|
|
|
if-eqz p4, :cond_0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
return-void
|
|
|
|
:cond_1
|
|
:goto_1
|
|
const/4 v0, 0x1
|
|
|
|
.line 248
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writableSegment(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v0
|
|
|
|
.line 249
|
|
iget v1, v0, Lcom/mbridge/msdk/thrid/okio/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 v1, v1
|
|
|
|
.line 250
|
|
iget-object v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
iget v3, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
invoke-virtual {p1, v2, v3, v1}, Ljava/io/InputStream;->read([BII)I
|
|
|
|
move-result v1
|
|
|
|
const/4 v2, -0x1
|
|
|
|
if-ne v1, v2, :cond_3
|
|
|
|
if-eqz p4, :cond_2
|
|
|
|
return-void
|
|
|
|
.line 253
|
|
:cond_2
|
|
new-instance p1, Ljava/io/EOFException;
|
|
|
|
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
|
|
|
|
throw p1
|
|
|
|
.line 255
|
|
:cond_3
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
add-int/2addr v2, v1
|
|
|
|
iput v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget-wide v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v0, v1
|
|
|
|
add-long/2addr v2, v0
|
|
|
|
iput-wide v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
sub-long/2addr p2, v0
|
|
|
|
goto :goto_0
|
|
|
|
.line 246
|
|
:cond_4
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string p2, "in == null"
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public buffer()Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final clear()V
|
|
.locals 2
|
|
|
|
:try_start_0
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
.line 922
|
|
invoke-virtual {p0, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->skip(J)V
|
|
:try_end_0
|
|
.catch Ljava/io/EOFException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-void
|
|
|
|
:catch_0
|
|
move-exception v0
|
|
|
|
.line 924
|
|
new-instance v1, Ljava/lang/AssertionError;
|
|
|
|
invoke-direct {v1, v0}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
|
|
|
|
throw v1
|
|
.end method
|
|
|
|
.method public clone()Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 5
|
|
|
|
.line 1806
|
|
new-instance v0, Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
invoke-direct {v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;-><init>()V
|
|
|
|
iget-wide v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v3, 0x0
|
|
|
|
cmp-long v1, v1, v3
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
return-object v0
|
|
|
|
:cond_0
|
|
iget-object v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1809
|
|
invoke-virtual {v1}, Lcom/mbridge/msdk/thrid/okio/Segment;->sharedCopy()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v1
|
|
|
|
iput-object v1, v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1810
|
|
iput-object v1, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iput-object v1, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iget-object v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1811
|
|
:goto_0
|
|
iget-object v1, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iget-object v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-eq v1, v2, :cond_1
|
|
|
|
iget-object v2, v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1812
|
|
iget-object v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
invoke-virtual {v1}, Lcom/mbridge/msdk/thrid/okio/Segment;->sharedCopy()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v3
|
|
|
|
invoke-virtual {v2, v3}, Lcom/mbridge/msdk/thrid/okio/Segment;->push(Lcom/mbridge/msdk/thrid/okio/Segment;)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
iget-wide v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
iput-wide v1, v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic clone()Ljava/lang/Object;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/CloneNotSupportedException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->clone()Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public close()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final completeSegmentByteCount()J
|
|
.locals 5
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
cmp-long v4, v0, v2
|
|
|
|
if-nez v4, :cond_0
|
|
|
|
return-wide v2
|
|
|
|
:cond_0
|
|
iget-object v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 271
|
|
iget-object v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 272
|
|
iget v3, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
const/16 v4, 0x2000
|
|
|
|
if-ge v3, v4, :cond_1
|
|
|
|
iget-boolean v4, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->owner:Z
|
|
|
|
if-eqz v4, :cond_1
|
|
|
|
.line 273
|
|
iget v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v3, v2
|
|
|
|
int-to-long v2, v3
|
|
|
|
sub-long/2addr v0, v2
|
|
|
|
:cond_1
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public final copyTo(Lcom/mbridge/msdk/thrid/okio/Buffer;JJ)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 7
|
|
|
|
if-eqz p1, :cond_4
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
move-wide v2, p2
|
|
|
|
move-wide v4, p4
|
|
|
|
.line 175
|
|
invoke-static/range {v0 .. v5}, Lcom/mbridge/msdk/thrid/okio/Util;->checkOffsetAndCount(JJJ)V
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v2, p4, v0
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
return-object p0
|
|
|
|
.line 178
|
|
:cond_0
|
|
iget-wide v2, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
add-long/2addr v2, p4
|
|
|
|
iput-wide v2, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
iget-object v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 182
|
|
:goto_0
|
|
iget v3, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v4, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int v5, v3, v4
|
|
|
|
int-to-long v5, v5
|
|
|
|
cmp-long v5, p2, v5
|
|
|
|
if-ltz v5, :cond_1
|
|
|
|
sub-int/2addr v3, v4
|
|
|
|
int-to-long v3, v3
|
|
|
|
sub-long/2addr p2, v3
|
|
|
|
iget-object v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
:goto_1
|
|
cmp-long v3, p4, v0
|
|
|
|
if-lez v3, :cond_3
|
|
|
|
.line 188
|
|
invoke-virtual {v2}, Lcom/mbridge/msdk/thrid/okio/Segment;->sharedCopy()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v3
|
|
|
|
.line 189
|
|
iget v4, v3, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
int-to-long v4, v4
|
|
|
|
add-long/2addr v4, p2
|
|
|
|
long-to-int p2, v4
|
|
|
|
iput p2, v3, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
long-to-int p3, p4
|
|
|
|
add-int/2addr p2, p3
|
|
|
|
.line 190
|
|
iget p3, v3, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
invoke-static {p2, p3}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result p2
|
|
|
|
iput p2, v3, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
.line 191
|
|
iget-object p2, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-nez p2, :cond_2
|
|
|
|
.line 192
|
|
iput-object v3, v3, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iput-object v3, v3, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iput-object v3, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
goto :goto_2
|
|
|
|
.line 194
|
|
:cond_2
|
|
iget-object p2, p2, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
invoke-virtual {p2, v3}, Lcom/mbridge/msdk/thrid/okio/Segment;->push(Lcom/mbridge/msdk/thrid/okio/Segment;)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 196
|
|
:goto_2
|
|
iget p2, v3, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget p3, v3, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr p2, p3
|
|
|
|
int-to-long p2, p2
|
|
|
|
sub-long/2addr p4, p2
|
|
|
|
.line 187
|
|
iget-object v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-wide p2, v0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_3
|
|
return-object p0
|
|
|
|
.line 174
|
|
:cond_4
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string p2, "out == null"
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public final copyTo(Ljava/io/OutputStream;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 6
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
iget-wide v4, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
move-object v0, p0
|
|
|
|
move-object v1, p1
|
|
|
|
.line 142
|
|
invoke-virtual/range {v0 .. v5}, Lcom/mbridge/msdk/thrid/okio/Buffer;->copyTo(Ljava/io/OutputStream;JJ)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final copyTo(Ljava/io/OutputStream;JJ)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 7
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
if-eqz p1, :cond_3
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
move-wide v2, p2
|
|
|
|
move-wide v4, p4
|
|
|
|
.line 151
|
|
invoke-static/range {v0 .. v5}, Lcom/mbridge/msdk/thrid/okio/Util;->checkOffsetAndCount(JJJ)V
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v2, p4, v0
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
return-object p0
|
|
|
|
:cond_0
|
|
iget-object v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 156
|
|
:goto_0
|
|
iget v3, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v4, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int v5, v3, v4
|
|
|
|
int-to-long v5, v5
|
|
|
|
cmp-long v5, p2, v5
|
|
|
|
if-ltz v5, :cond_1
|
|
|
|
sub-int/2addr v3, v4
|
|
|
|
int-to-long v3, v3
|
|
|
|
sub-long/2addr p2, v3
|
|
|
|
iget-object v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
:goto_1
|
|
cmp-long v3, p4, v0
|
|
|
|
if-lez v3, :cond_2
|
|
|
|
.line 162
|
|
iget v3, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
int-to-long v3, v3
|
|
|
|
add-long/2addr v3, p2
|
|
|
|
long-to-int p2, v3
|
|
|
|
.line 163
|
|
iget p3, v2, Lcom/mbridge/msdk/thrid/okio/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, Lcom/mbridge/msdk/thrid/okio/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, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-wide p2, v0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
return-object p0
|
|
|
|
.line 150
|
|
:cond_3
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string p2, "out == null"
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public emit()Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public emitCompleteSegments()Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 0
|
|
|
|
.line 0
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public bridge synthetic emitCompleteSegments()Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->emitCompleteSegments()Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public equals(Ljava/lang/Object;)Z
|
|
.locals 13
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-ne p0, p1, :cond_0
|
|
|
|
return v0
|
|
|
|
.line 1752
|
|
:cond_0
|
|
instance-of v1, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
const/4 v2, 0x0
|
|
|
|
if-nez v1, :cond_1
|
|
|
|
return v2
|
|
|
|
.line 1753
|
|
:cond_1
|
|
check-cast p1, Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
iget-wide v3, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
.line 1754
|
|
iget-wide v5, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
cmp-long v1, v3, v5
|
|
|
|
if-eqz v1, :cond_2
|
|
|
|
return v2
|
|
|
|
:cond_2
|
|
const-wide/16 v5, 0x0
|
|
|
|
cmp-long v1, v3, v5
|
|
|
|
if-nez v1, :cond_3
|
|
|
|
return v0
|
|
|
|
:cond_3
|
|
iget-object v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1758
|
|
iget-object p1, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1759
|
|
iget v3, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 1760
|
|
iget v4, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
:goto_0
|
|
iget-wide v7, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
cmp-long v7, v5, v7
|
|
|
|
if-gez v7, :cond_8
|
|
|
|
.line 1763
|
|
iget v7, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
sub-int/2addr v7, v3
|
|
|
|
iget v8, p1, Lcom/mbridge/msdk/thrid/okio/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
|
|
|
|
move v9, v2
|
|
|
|
:goto_1
|
|
int-to-long v10, v9
|
|
|
|
cmp-long v10, v10, v7
|
|
|
|
if-gez v10, :cond_5
|
|
|
|
.line 1766
|
|
iget-object v10, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
add-int/lit8 v11, v3, 0x1
|
|
|
|
aget-byte v3, v10, v3
|
|
|
|
iget-object v10, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
add-int/lit8 v12, v4, 0x1
|
|
|
|
aget-byte v4, v10, v4
|
|
|
|
if-eq v3, v4, :cond_4
|
|
|
|
return v2
|
|
|
|
:cond_4
|
|
add-int/lit8 v9, v9, 0x1
|
|
|
|
move v3, v11
|
|
|
|
move v4, v12
|
|
|
|
goto :goto_1
|
|
|
|
.line 1769
|
|
:cond_5
|
|
iget v9, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
if-ne v3, v9, :cond_6
|
|
|
|
.line 1770
|
|
iget-object v1, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1771
|
|
iget v3, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 1774
|
|
:cond_6
|
|
iget v9, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
if-ne v4, v9, :cond_7
|
|
|
|
.line 1775
|
|
iget-object p1, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1776
|
|
iget v4, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
:cond_7
|
|
add-long/2addr v5, v7
|
|
|
|
goto :goto_0
|
|
|
|
:cond_8
|
|
return v0
|
|
.end method
|
|
|
|
.method public exhausted()Z
|
|
.locals 4
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
cmp-long v0, v0, v2
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public flush()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final getByte(J)B
|
|
.locals 6
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v4, 0x1
|
|
|
|
move-wide v2, p1
|
|
|
|
.line 302
|
|
invoke-static/range {v0 .. v5}, Lcom/mbridge/msdk/thrid/okio/Util;->checkOffsetAndCount(JJJ)V
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
sub-long v2, v0, p1
|
|
|
|
cmp-long v2, v2, p1
|
|
|
|
if-lez v2, :cond_1
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 305
|
|
:goto_0
|
|
iget v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v1, v2
|
|
|
|
int-to-long v3, v1
|
|
|
|
cmp-long v1, p1, v3
|
|
|
|
if-gez v1, :cond_0
|
|
|
|
.line 306
|
|
iget-object v0, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
long-to-int p1, p1
|
|
|
|
add-int/2addr v2, p1
|
|
|
|
aget-byte p1, v0, v2
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
sub-long/2addr p1, v3
|
|
|
|
.line 304
|
|
iget-object v0, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
sub-long/2addr p1, v0
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 311
|
|
:cond_2
|
|
iget-object v0, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 312
|
|
iget v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v1, v2
|
|
|
|
int-to-long v3, v1
|
|
|
|
add-long/2addr p1, v3
|
|
|
|
const-wide/16 v3, 0x0
|
|
|
|
cmp-long v1, p1, v3
|
|
|
|
if-ltz v1, :cond_2
|
|
|
|
.line 313
|
|
iget-object v0, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
long-to-int p1, p1
|
|
|
|
add-int/2addr v2, p1
|
|
|
|
aget-byte p1, v0, v2
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public hashCode()I
|
|
.locals 5
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return v0
|
|
|
|
:cond_0
|
|
const/4 v1, 0x1
|
|
|
|
.line 1788
|
|
:cond_1
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
iget v3, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
:goto_0
|
|
if-ge v2, v3, :cond_2
|
|
|
|
mul-int/lit8 v1, v1, 0x1f
|
|
|
|
.line 1789
|
|
iget-object v4, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
aget-byte v4, v4, v2
|
|
|
|
add-int/2addr v1, v4
|
|
|
|
add-int/lit8 v2, v2, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
.line 1791
|
|
:cond_2
|
|
iget-object v0, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iget-object v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-ne v0, v2, :cond_1
|
|
|
|
return v1
|
|
.end method
|
|
|
|
.method public final hmacSha1(Lcom/mbridge/msdk/thrid/okio/ByteString;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 1
|
|
|
|
const-string v0, "HmacSHA1"
|
|
|
|
.line 1719
|
|
invoke-direct {p0, v0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->hmac(Ljava/lang/String;Lcom/mbridge/msdk/thrid/okio/ByteString;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final hmacSha256(Lcom/mbridge/msdk/thrid/okio/ByteString;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 1
|
|
|
|
const-string v0, "HmacSHA256"
|
|
|
|
.line 1724
|
|
invoke-direct {p0, v0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->hmac(Ljava/lang/String;Lcom/mbridge/msdk/thrid/okio/ByteString;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final hmacSha512(Lcom/mbridge/msdk/thrid/okio/ByteString;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 1
|
|
|
|
const-string v0, "HmacSHA512"
|
|
|
|
.line 1729
|
|
invoke-direct {p0, v0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->hmac(Ljava/lang/String;Lcom/mbridge/msdk/thrid/okio/ByteString;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public indexOf(B)J
|
|
.locals 6
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
const-wide v4, 0x7fffffffffffffffL
|
|
|
|
move-object v0, p0
|
|
|
|
move v1, p1
|
|
|
|
.line 1405
|
|
invoke-virtual/range {v0 .. v5}, Lcom/mbridge/msdk/thrid/okio/Buffer;->indexOf(BJJ)J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public indexOf(BJ)J
|
|
.locals 6
|
|
|
|
const-wide v4, 0x7fffffffffffffffL
|
|
|
|
move-object v0, p0
|
|
|
|
move v1, p1
|
|
|
|
move-wide v2, p2
|
|
|
|
.line 1413
|
|
invoke-virtual/range {v0 .. v5}, Lcom/mbridge/msdk/thrid/okio/Buffer;->indexOf(BJJ)J
|
|
|
|
move-result-wide p1
|
|
|
|
return-wide p1
|
|
.end method
|
|
|
|
.method public indexOf(BJJ)J
|
|
.locals 15
|
|
|
|
move-object v0, p0
|
|
|
|
const-wide/16 v1, 0x0
|
|
|
|
cmp-long v3, p2, v1
|
|
|
|
if-ltz v3, :cond_9
|
|
|
|
cmp-long v3, p4, p2
|
|
|
|
if-ltz v3, :cond_9
|
|
|
|
iget-wide v3, v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
cmp-long v5, p4, v3
|
|
|
|
if-lez v5, :cond_0
|
|
|
|
move-wide v5, v3
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
move-wide/from16 v5, p4
|
|
|
|
:goto_0
|
|
cmp-long v7, p2, v5
|
|
|
|
const-wide/16 v8, -0x1
|
|
|
|
if-nez v7, :cond_1
|
|
|
|
return-wide v8
|
|
|
|
:cond_1
|
|
iget-object v7, v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-nez v7, :cond_2
|
|
|
|
return-wide v8
|
|
|
|
:cond_2
|
|
sub-long v10, v3, p2
|
|
|
|
cmp-long v10, v10, p2
|
|
|
|
if-gez v10, :cond_4
|
|
|
|
:goto_1
|
|
cmp-long v1, v3, p2
|
|
|
|
if-lez v1, :cond_3
|
|
|
|
.line 1439
|
|
iget-object v7, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1440
|
|
iget v1, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v2, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v1, v2
|
|
|
|
int-to-long v1, v1
|
|
|
|
sub-long/2addr v3, v1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_3
|
|
:goto_2
|
|
move-wide/from16 v1, p2
|
|
|
|
goto :goto_4
|
|
|
|
.line 1445
|
|
:cond_4
|
|
:goto_3
|
|
iget v3, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v4, v7, Lcom/mbridge/msdk/thrid/okio/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_5
|
|
|
|
.line 1446
|
|
iget-object v7, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-wide v1, v3
|
|
|
|
goto :goto_3
|
|
|
|
:cond_5
|
|
move-wide v3, v1
|
|
|
|
goto :goto_2
|
|
|
|
:goto_4
|
|
cmp-long v10, v3, v5
|
|
|
|
if-gez v10, :cond_8
|
|
|
|
.line 1454
|
|
iget-object v10, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 1455
|
|
iget v11, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
int-to-long v11, v11
|
|
|
|
iget v13, v7, Lcom/mbridge/msdk/thrid/okio/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 v11, v11
|
|
|
|
.line 1456
|
|
iget v12, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
int-to-long v12, v12
|
|
|
|
add-long/2addr v12, v1
|
|
|
|
sub-long/2addr v12, v3
|
|
|
|
long-to-int v1, v12
|
|
|
|
:goto_5
|
|
if-ge v1, v11, :cond_7
|
|
|
|
.line 1458
|
|
aget-byte v2, v10, v1
|
|
|
|
move/from16 v12, p1
|
|
|
|
if-ne v2, v12, :cond_6
|
|
|
|
.line 1459
|
|
iget v2, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v1, v2
|
|
|
|
int-to-long v1, v1
|
|
|
|
add-long/2addr v1, v3
|
|
|
|
return-wide v1
|
|
|
|
:cond_6
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_5
|
|
|
|
:cond_7
|
|
move/from16 v12, p1
|
|
|
|
.line 1464
|
|
iget v1, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v2, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v1, v2
|
|
|
|
int-to-long v1, v1
|
|
|
|
add-long/2addr v3, v1
|
|
|
|
.line 1466
|
|
iget-object v7, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-wide v1, v3
|
|
|
|
goto :goto_4
|
|
|
|
:cond_8
|
|
return-wide v8
|
|
|
|
.line 1418
|
|
:cond_9
|
|
new-instance v1, Ljava/lang/IllegalArgumentException;
|
|
|
|
iget-wide v2, v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
.line 1419
|
|
invoke-static {v2, v3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-static/range {p2 .. p3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
move-result-object v3
|
|
|
|
invoke-static/range {p4 .. p5}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
move-result-object v4
|
|
|
|
filled-new-array {v2, v3, v4}, [Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
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
|
|
|
|
throw v1
|
|
.end method
|
|
|
|
.method public indexOf(Lcom/mbridge/msdk/thrid/okio/ByteString;)J
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
.line 1473
|
|
invoke-virtual {p0, p1, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->indexOf(Lcom/mbridge/msdk/thrid/okio/ByteString;J)J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public indexOf(Lcom/mbridge/msdk/thrid/okio/ByteString;J)J
|
|
.locals 18
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
move-object/from16 v6, p0
|
|
|
|
.line 1477
|
|
invoke-virtual/range {p1 .. p1}, Lcom/mbridge/msdk/thrid/okio/ByteString;->size()I
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_9
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v2, p2, v0
|
|
|
|
if-ltz v2, :cond_8
|
|
|
|
iget-object v2, v6, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
const-wide/16 v7, -0x1
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
return-wide v7
|
|
|
|
:cond_0
|
|
iget-wide v3, v6, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
sub-long v9, v3, p2
|
|
|
|
cmp-long v5, v9, p2
|
|
|
|
if-gez v5, :cond_1
|
|
|
|
:goto_0
|
|
cmp-long v0, v3, p2
|
|
|
|
if-lez v0, :cond_3
|
|
|
|
.line 1494
|
|
iget-object v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1495
|
|
iget v0, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v1, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
int-to-long v0, v0
|
|
|
|
sub-long/2addr v3, v0
|
|
|
|
goto :goto_0
|
|
|
|
.line 1500
|
|
:cond_1
|
|
:goto_1
|
|
iget v3, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v4, v2, Lcom/mbridge/msdk/thrid/okio/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_2
|
|
|
|
.line 1501
|
|
iget-object v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-wide v0, v3
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
move-wide v3, v0
|
|
|
|
:cond_3
|
|
const/4 v0, 0x0
|
|
|
|
move-object/from16 v9, p1
|
|
|
|
.line 1509
|
|
invoke-virtual {v9, v0}, Lcom/mbridge/msdk/thrid/okio/ByteString;->getByte(I)B
|
|
|
|
move-result v10
|
|
|
|
.line 1510
|
|
invoke-virtual/range {p1 .. p1}, Lcom/mbridge/msdk/thrid/okio/ByteString;->size()I
|
|
|
|
move-result v11
|
|
|
|
iget-wide v0, v6, Lcom/mbridge/msdk/thrid/okio/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_2
|
|
cmp-long v2, v15, v12
|
|
|
|
if-gez v2, :cond_7
|
|
|
|
.line 1514
|
|
iget-object v5, v14, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 1515
|
|
iget v2, v14, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
int-to-long v2, v2
|
|
|
|
iget v4, v14, Lcom/mbridge/msdk/thrid/okio/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 1516
|
|
iget v2, v14, Lcom/mbridge/msdk/thrid/okio/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_3
|
|
if-ge v8, v7, :cond_6
|
|
|
|
.line 1517
|
|
aget-byte v0, v5, v8
|
|
|
|
if-ne v0, v10, :cond_4
|
|
|
|
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}, Lcom/mbridge/msdk/thrid/okio/Buffer;->rangeEquals(Lcom/mbridge/msdk/thrid/okio/Segment;ILcom/mbridge/msdk/thrid/okio/ByteString;II)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_5
|
|
|
|
.line 1518
|
|
iget v0, v14, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v8, v0
|
|
|
|
int-to-long v0, v8
|
|
|
|
add-long/2addr v0, v15
|
|
|
|
return-wide v0
|
|
|
|
:cond_4
|
|
move-object/from16 v17, v5
|
|
|
|
:cond_5
|
|
add-int/lit8 v8, v8, 0x1
|
|
|
|
move-object/from16 v5, v17
|
|
|
|
goto :goto_3
|
|
|
|
.line 1523
|
|
:cond_6
|
|
iget v0, v14, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v1, v14, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
int-to-long v0, v0
|
|
|
|
add-long/2addr v15, v0
|
|
|
|
.line 1525
|
|
iget-object v14, v14, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-wide v0, v15
|
|
|
|
const-wide/16 v7, -0x1
|
|
|
|
goto :goto_2
|
|
|
|
:cond_7
|
|
move-wide v0, v7
|
|
|
|
return-wide v0
|
|
|
|
.line 1478
|
|
:cond_8
|
|
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 1477
|
|
:cond_9
|
|
new-instance v0, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string v1, "bytes is empty"
|
|
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public indexOfElement(Lcom/mbridge/msdk/thrid/okio/ByteString;)J
|
|
.locals 2
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
.line 1532
|
|
invoke-virtual {p0, p1, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->indexOfElement(Lcom/mbridge/msdk/thrid/okio/ByteString;J)J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public indexOfElement(Lcom/mbridge/msdk/thrid/okio/ByteString;J)J
|
|
.locals 11
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v2, p2, v0
|
|
|
|
if-ltz v2, :cond_c
|
|
|
|
iget-object v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
const-wide/16 v3, -0x1
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
return-wide v3
|
|
|
|
:cond_0
|
|
iget-wide v5, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
sub-long v7, v5, p2
|
|
|
|
cmp-long v7, v7, p2
|
|
|
|
if-gez v7, :cond_1
|
|
|
|
:goto_0
|
|
cmp-long v0, v5, p2
|
|
|
|
if-lez v0, :cond_3
|
|
|
|
.line 1552
|
|
iget-object v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1553
|
|
iget v0, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v1, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v0, v1
|
|
|
|
int-to-long v0, v0
|
|
|
|
sub-long/2addr v5, v0
|
|
|
|
goto :goto_0
|
|
|
|
.line 1558
|
|
:cond_1
|
|
:goto_1
|
|
iget v5, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v6, v2, Lcom/mbridge/msdk/thrid/okio/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_2
|
|
|
|
.line 1559
|
|
iget-object v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-wide v0, v5
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
move-wide v5, v0
|
|
|
|
.line 1568
|
|
:cond_3
|
|
invoke-virtual {p1}, Lcom/mbridge/msdk/thrid/okio/ByteString;->size()I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x2
|
|
|
|
const/4 v7, 0x0
|
|
|
|
if-ne v0, v1, :cond_7
|
|
|
|
.line 1570
|
|
invoke-virtual {p1, v7}, Lcom/mbridge/msdk/thrid/okio/ByteString;->getByte(I)B
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x1
|
|
|
|
.line 1571
|
|
invoke-virtual {p1, v1}, Lcom/mbridge/msdk/thrid/okio/ByteString;->getByte(I)B
|
|
|
|
move-result p1
|
|
|
|
:goto_2
|
|
iget-wide v7, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
cmp-long v1, v5, v7
|
|
|
|
if-gez v1, :cond_b
|
|
|
|
.line 1573
|
|
iget-object v1, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 1574
|
|
iget v7, v2, Lcom/mbridge/msdk/thrid/okio/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, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
:goto_3
|
|
if-ge p2, p3, :cond_6
|
|
|
|
.line 1575
|
|
aget-byte v7, v1, p2
|
|
|
|
if-eq v7, v0, :cond_5
|
|
|
|
if-ne v7, p1, :cond_4
|
|
|
|
goto :goto_4
|
|
|
|
:cond_4
|
|
add-int/lit8 p2, p2, 0x1
|
|
|
|
goto :goto_3
|
|
|
|
.line 1577
|
|
:cond_5
|
|
:goto_4
|
|
iget p1, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
:goto_5
|
|
sub-int/2addr p2, p1
|
|
|
|
int-to-long p1, p2
|
|
|
|
add-long/2addr p1, v5
|
|
|
|
return-wide p1
|
|
|
|
.line 1582
|
|
:cond_6
|
|
iget p2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget p3, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr p2, p3
|
|
|
|
int-to-long p2, p2
|
|
|
|
add-long/2addr v5, p2
|
|
|
|
.line 1584
|
|
iget-object v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-wide p2, v5
|
|
|
|
goto :goto_2
|
|
|
|
.line 1588
|
|
:cond_7
|
|
invoke-virtual {p1}, Lcom/mbridge/msdk/thrid/okio/ByteString;->internalArray()[B
|
|
|
|
move-result-object p1
|
|
|
|
:goto_6
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
cmp-long v0, v5, v0
|
|
|
|
if-gez v0, :cond_b
|
|
|
|
.line 1590
|
|
iget-object v0, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 1591
|
|
iget v1, v2, Lcom/mbridge/msdk/thrid/okio/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, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
:goto_7
|
|
if-ge p2, p3, :cond_a
|
|
|
|
.line 1592
|
|
aget-byte v1, v0, p2
|
|
|
|
.line 1593
|
|
array-length v8, p1
|
|
|
|
move v9, v7
|
|
|
|
:goto_8
|
|
if-ge v9, v8, :cond_9
|
|
|
|
aget-byte v10, p1, v9
|
|
|
|
if-ne v1, v10, :cond_8
|
|
|
|
.line 1594
|
|
iget p1, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
goto :goto_5
|
|
|
|
:cond_8
|
|
add-int/lit8 v9, v9, 0x1
|
|
|
|
goto :goto_8
|
|
|
|
:cond_9
|
|
add-int/lit8 p2, p2, 0x1
|
|
|
|
goto :goto_7
|
|
|
|
.line 1599
|
|
:cond_a
|
|
iget p2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget p3, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr p2, p3
|
|
|
|
int-to-long p2, p2
|
|
|
|
add-long/2addr v5, p2
|
|
|
|
.line 1601
|
|
iget-object v2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-wide p2, v5
|
|
|
|
goto :goto_6
|
|
|
|
:cond_b
|
|
return-wide v3
|
|
|
|
.line 1536
|
|
:cond_c
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string p2, "fromIndex < 0"
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public inputStream()Ljava/io/InputStream;
|
|
.locals 1
|
|
|
|
.line 117
|
|
new-instance v0, Lcom/mbridge/msdk/thrid/okio/Buffer$2;
|
|
|
|
invoke-direct {v0, p0}, Lcom/mbridge/msdk/thrid/okio/Buffer$2;-><init>(Lcom/mbridge/msdk/thrid/okio/Buffer;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public isOpen()Z
|
|
.locals 1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final md5()Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 1
|
|
|
|
const-string v0, "MD5"
|
|
|
|
.line 1684
|
|
invoke-direct {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->digest(Ljava/lang/String;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public outputStream()Ljava/io/OutputStream;
|
|
.locals 1
|
|
|
|
.line 75
|
|
new-instance v0, Lcom/mbridge/msdk/thrid/okio/Buffer$1;
|
|
|
|
invoke-direct {v0, p0}, Lcom/mbridge/msdk/thrid/okio/Buffer$1;-><init>(Lcom/mbridge/msdk/thrid/okio/Buffer;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public rangeEquals(JLcom/mbridge/msdk/thrid/okio/ByteString;)Z
|
|
.locals 6
|
|
|
|
const/4 v4, 0x0
|
|
|
|
.line 1609
|
|
invoke-virtual {p3}, Lcom/mbridge/msdk/thrid/okio/ByteString;->size()I
|
|
|
|
move-result v5
|
|
|
|
move-object v0, p0
|
|
|
|
move-wide v1, p1
|
|
|
|
move-object v3, p3
|
|
|
|
invoke-virtual/range {v0 .. v5}, Lcom/mbridge/msdk/thrid/okio/Buffer;->rangeEquals(JLcom/mbridge/msdk/thrid/okio/ByteString;II)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public rangeEquals(JLcom/mbridge/msdk/thrid/okio/ByteString;II)Z
|
|
.locals 6
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v0, p1, v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
if-ltz v0, :cond_3
|
|
|
|
if-ltz p4, :cond_3
|
|
|
|
if-ltz p5, :cond_3
|
|
|
|
iget-wide v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
sub-long/2addr v2, p1
|
|
|
|
int-to-long v4, p5
|
|
|
|
cmp-long v0, v2, v4
|
|
|
|
if-ltz v0, :cond_3
|
|
|
|
.line 1618
|
|
invoke-virtual {p3}, Lcom/mbridge/msdk/thrid/okio/ByteString;->size()I
|
|
|
|
move-result v0
|
|
|
|
sub-int/2addr v0, p4
|
|
|
|
if-ge v0, p5, :cond_0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
move v0, v1
|
|
|
|
:goto_0
|
|
if-ge v0, p5, :cond_2
|
|
|
|
int-to-long v2, v0
|
|
|
|
add-long/2addr v2, p1
|
|
|
|
.line 1622
|
|
invoke-virtual {p0, v2, v3}, Lcom/mbridge/msdk/thrid/okio/Buffer;->getByte(J)B
|
|
|
|
move-result v2
|
|
|
|
add-int v3, p4, v0
|
|
|
|
invoke-virtual {p3, v3}, Lcom/mbridge/msdk/thrid/okio/ByteString;->getByte(I)B
|
|
|
|
move-result v3
|
|
|
|
if-eq v2, v3, :cond_1
|
|
|
|
return v1
|
|
|
|
:cond_1
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
|
|
:cond_3
|
|
:goto_1
|
|
return v1
|
|
.end method
|
|
|
|
.method public read(Ljava/nio/ByteBuffer;)I
|
|
.locals 6
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 p1, -0x1
|
|
|
|
return p1
|
|
|
|
.line 902
|
|
:cond_0
|
|
invoke-virtual {p1}, Ljava/nio/Buffer;->remaining()I
|
|
|
|
move-result v1
|
|
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v3, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v2, v3
|
|
|
|
invoke-static {v1, v2}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result v1
|
|
|
|
.line 903
|
|
iget-object v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
iget v3, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
invoke-virtual {p1, v2, v3, v1}, Ljava/nio/ByteBuffer;->put([BII)Ljava/nio/ByteBuffer;
|
|
|
|
.line 905
|
|
iget p1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
add-int/2addr p1, v1
|
|
|
|
iput p1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
iget-wide v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v4, v1
|
|
|
|
sub-long/2addr v2, v4
|
|
|
|
iput-wide v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
.line 908
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
if-ne p1, v2, :cond_1
|
|
|
|
.line 909
|
|
invoke-virtual {v0}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 910
|
|
invoke-static {v0}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->recycle(Lcom/mbridge/msdk/thrid/okio/Segment;)V
|
|
|
|
:cond_1
|
|
return v1
|
|
.end method
|
|
|
|
.method public read([B)I
|
|
.locals 2
|
|
|
|
.line 867
|
|
array-length v0, p1
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-virtual {p0, p1, v1, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->read([BII)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public read([BII)I
|
|
.locals 7
|
|
|
|
.line 880
|
|
array-length v0, p1
|
|
|
|
int-to-long v1, v0
|
|
|
|
int-to-long v3, p2
|
|
|
|
int-to-long v5, p3
|
|
|
|
invoke-static/range {v1 .. v6}, Lcom/mbridge/msdk/thrid/okio/Util;->checkOffsetAndCount(JJJ)V
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 p1, -0x1
|
|
|
|
return p1
|
|
|
|
.line 884
|
|
:cond_0
|
|
iget v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v1, v2
|
|
|
|
invoke-static {p3, v1}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result p3
|
|
|
|
.line 885
|
|
iget-object v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
invoke-static {v1, v2, p1, p2, p3}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
|
|
|
|
.line 887
|
|
iget p1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
add-int/2addr p1, p3
|
|
|
|
iput p1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
iget-wide v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v3, p3
|
|
|
|
sub-long/2addr v1, v3
|
|
|
|
iput-wide v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
.line 890
|
|
iget p2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
if-ne p1, p2, :cond_1
|
|
|
|
.line 891
|
|
invoke-virtual {v0}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 892
|
|
invoke-static {v0}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->recycle(Lcom/mbridge/msdk/thrid/okio/Segment;)V
|
|
|
|
:cond_1
|
|
return p3
|
|
.end method
|
|
|
|
.method public read(Lcom/mbridge/msdk/thrid/okio/Buffer;J)J
|
|
.locals 4
|
|
|
|
if-eqz p1, :cond_3
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v2, p2, v0
|
|
|
|
if-ltz v2, :cond_2
|
|
|
|
iget-wide v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
cmp-long v0, v2, v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const-wide/16 p1, -0x1
|
|
|
|
return-wide p1
|
|
|
|
:cond_0
|
|
cmp-long v0, p2, v2
|
|
|
|
if-lez v0, :cond_1
|
|
|
|
move-wide p2, v2
|
|
|
|
.line 1400
|
|
:cond_1
|
|
invoke-virtual {p1, p0, p2, p3}, Lcom/mbridge/msdk/thrid/okio/Buffer;->write(Lcom/mbridge/msdk/thrid/okio/Buffer;J)V
|
|
|
|
return-wide p2
|
|
|
|
.line 1397
|
|
:cond_2
|
|
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 1396
|
|
:cond_3
|
|
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(Lcom/mbridge/msdk/thrid/okio/Sink;)J
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
cmp-long v2, v0, v2
|
|
|
|
if-lez v2, :cond_0
|
|
|
|
.line 677
|
|
invoke-interface {p1, p0, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Sink;->write(Lcom/mbridge/msdk/thrid/okio/Buffer;J)V
|
|
|
|
:cond_0
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public final readAndWriteUnsafe()Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;
|
|
.locals 1
|
|
|
|
.line 1849
|
|
new-instance v0, Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;
|
|
|
|
invoke-direct {v0}, Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;-><init>()V
|
|
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readAndWriteUnsafe(Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;)Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final readAndWriteUnsafe(Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;)Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;
|
|
.locals 1
|
|
|
|
.line 1853
|
|
iget-object v0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;->buffer:Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 1857
|
|
iput-object p0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;->buffer:Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
const/4 v0, 0x1
|
|
|
|
.line 1858
|
|
iput-boolean v0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;->readWrite:Z
|
|
|
|
return-object p1
|
|
|
|
.line 1854
|
|
:cond_0
|
|
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
|
|
.locals 9
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
cmp-long v2, v0, v2
|
|
|
|
if-eqz v2, :cond_1
|
|
|
|
iget-object v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 283
|
|
iget v3, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 284
|
|
iget v4, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
.line 286
|
|
iget-object v5, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
add-int/lit8 v6, v3, 0x1
|
|
|
|
.line 287
|
|
aget-byte v3, v5, v3
|
|
|
|
const-wide/16 v7, 0x1
|
|
|
|
sub-long/2addr v0, v7
|
|
|
|
iput-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
if-ne v6, v4, :cond_0
|
|
|
|
.line 291
|
|
invoke-virtual {v2}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 292
|
|
invoke-static {v2}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->recycle(Lcom/mbridge/msdk/thrid/okio/Segment;)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 294
|
|
:cond_0
|
|
iput v6, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
:goto_0
|
|
return v3
|
|
|
|
.line 280
|
|
:cond_1
|
|
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
|
|
.locals 2
|
|
|
|
:try_start_0
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
.line 849
|
|
invoke-virtual {p0, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readByteArray(J)[B
|
|
|
|
move-result-object v0
|
|
:try_end_0
|
|
.catch Ljava/io/EOFException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-object v0
|
|
|
|
:catch_0
|
|
move-exception v0
|
|
|
|
.line 851
|
|
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
|
|
.locals 6
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
move-wide v4, p1
|
|
|
|
.line 856
|
|
invoke-static/range {v0 .. v5}, Lcom/mbridge/msdk/thrid/okio/Util;->checkOffsetAndCount(JJJ)V
|
|
|
|
const-wide/32 v0, 0x7fffffff
|
|
|
|
cmp-long v0, p1, v0
|
|
|
|
if-gtz v0, :cond_0
|
|
|
|
long-to-int p1, p1
|
|
|
|
.line 861
|
|
new-array p1, p1, [B
|
|
|
|
.line 862
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readFully([B)V
|
|
|
|
return-object p1
|
|
|
|
.line 858
|
|
:cond_0
|
|
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()Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 2
|
|
|
|
.line 540
|
|
new-instance v0, Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readByteArray()[B
|
|
|
|
move-result-object v1
|
|
|
|
invoke-direct {v0, v1}, Lcom/mbridge/msdk/thrid/okio/ByteString;-><init>([B)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public readByteString(J)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 544
|
|
new-instance v0, Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readByteArray(J)[B
|
|
|
|
move-result-object p1
|
|
|
|
invoke-direct {v0, p1}, Lcom/mbridge/msdk/thrid/okio/ByteString;-><init>([B)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public readDecimalLong()J
|
|
.locals 15
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
cmp-long v0, v0, v2
|
|
|
|
if-eqz v0, :cond_b
|
|
|
|
const/4 v0, 0x0
|
|
|
|
const-wide/16 v4, -0x7
|
|
|
|
move v1, v0
|
|
|
|
move-wide v5, v4
|
|
|
|
move-wide v3, v2
|
|
|
|
move v2, v1
|
|
|
|
:cond_0
|
|
iget-object v7, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 440
|
|
iget-object v8, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 441
|
|
iget v9, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 442
|
|
iget v10, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
:goto_0
|
|
if-ge v9, v10, :cond_7
|
|
|
|
.line 445
|
|
aget-byte v11, v8, v9
|
|
|
|
const/16 v12, 0x30
|
|
|
|
if-lt v11, v12, :cond_4
|
|
|
|
const/16 v12, 0x39
|
|
|
|
if-gt v11, v12, :cond_4
|
|
|
|
rsub-int/lit8 v12, v11, 0x30
|
|
|
|
const-wide v13, -0xcccccccccccccccL
|
|
|
|
cmp-long v13, v3, v13
|
|
|
|
if-ltz v13, :cond_2
|
|
|
|
if-nez v13, :cond_1
|
|
|
|
int-to-long v13, v12
|
|
|
|
cmp-long v13, v13, v5
|
|
|
|
if-gez v13, :cond_1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
const-wide/16 v13, 0xa
|
|
|
|
mul-long/2addr v3, v13
|
|
|
|
int-to-long v11, v12
|
|
|
|
add-long/2addr v3, v11
|
|
|
|
goto :goto_2
|
|
|
|
.line 451
|
|
:cond_2
|
|
:goto_1
|
|
new-instance v0, Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
invoke-direct {v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;-><init>()V
|
|
|
|
invoke-virtual {v0, v3, v4}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeDecimalLong(J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0, v11}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object v0
|
|
|
|
if-nez v1, :cond_3
|
|
|
|
.line 452
|
|
invoke-virtual {v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readByte()B
|
|
|
|
.line 453
|
|
:cond_3
|
|
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}, Lcom/mbridge/msdk/thrid/okio/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_4
|
|
const/16 v12, 0x2d
|
|
|
|
const/4 v13, 0x1
|
|
|
|
if-ne v11, v12, :cond_5
|
|
|
|
if-nez v0, :cond_5
|
|
|
|
const-wide/16 v11, 0x1
|
|
|
|
sub-long/2addr v5, v11
|
|
|
|
move v1, v13
|
|
|
|
:goto_2
|
|
add-int/lit8 v9, v9, 0x1
|
|
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_5
|
|
if-eqz v0, :cond_6
|
|
|
|
move v2, v13
|
|
|
|
goto :goto_3
|
|
|
|
.line 462
|
|
:cond_6
|
|
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-9] or \'-\' character but was 0x"
|
|
|
|
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 463
|
|
invoke-static {v11}, 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_7
|
|
:goto_3
|
|
if-ne v9, v10, :cond_8
|
|
|
|
.line 472
|
|
invoke-virtual {v7}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v8
|
|
|
|
iput-object v8, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 473
|
|
invoke-static {v7}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->recycle(Lcom/mbridge/msdk/thrid/okio/Segment;)V
|
|
|
|
goto :goto_4
|
|
|
|
.line 475
|
|
:cond_8
|
|
iput v9, v7, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
:goto_4
|
|
if-nez v2, :cond_9
|
|
|
|
iget-object v7, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-nez v7, :cond_0
|
|
|
|
:cond_9
|
|
iget-wide v5, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v7, v0
|
|
|
|
sub-long/2addr v5, v7
|
|
|
|
iput-wide v5, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
if-eqz v1, :cond_a
|
|
|
|
goto :goto_5
|
|
|
|
:cond_a
|
|
neg-long v3, v3
|
|
|
|
:goto_5
|
|
return-wide v3
|
|
|
|
.line 426
|
|
:cond_b
|
|
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 final readFrom(Ljava/io/InputStream;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 3
|
|
.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}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readFrom(Ljava/io/InputStream;JZ)V
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final readFrom(Ljava/io/InputStream;J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v0, p2, v0
|
|
|
|
if-ltz v0, :cond_0
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 241
|
|
invoke-direct {p0, p1, p2, p3, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readFrom(Ljava/io/InputStream;JZ)V
|
|
|
|
return-object p0
|
|
|
|
.line 240
|
|
:cond_0
|
|
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(Lcom/mbridge/msdk/thrid/okio/Buffer;J)V
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
cmp-long v2, v0, p2
|
|
|
|
if-ltz v2, :cond_0
|
|
|
|
.line 671
|
|
invoke-virtual {p1, p0, p2, p3}, Lcom/mbridge/msdk/thrid/okio/Buffer;->write(Lcom/mbridge/msdk/thrid/okio/Buffer;J)V
|
|
|
|
return-void
|
|
|
|
.line 668
|
|
:cond_0
|
|
invoke-virtual {p1, p0, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->write(Lcom/mbridge/msdk/thrid/okio/Buffer;J)V
|
|
|
|
.line 669
|
|
new-instance p1, Ljava/io/EOFException;
|
|
|
|
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public readFully([B)V
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 872
|
|
:goto_0
|
|
array-length v1, p1
|
|
|
|
if-ge v0, v1, :cond_1
|
|
|
|
.line 873
|
|
array-length v1, p1
|
|
|
|
sub-int/2addr v1, v0
|
|
|
|
invoke-virtual {p0, p1, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->read([BII)I
|
|
|
|
move-result v1
|
|
|
|
const/4 v2, -0x1
|
|
|
|
if-eq v1, v2, :cond_0
|
|
|
|
add-int/2addr v0, v1
|
|
|
|
goto :goto_0
|
|
|
|
.line 874
|
|
:cond_0
|
|
new-instance p1, Ljava/io/EOFException;
|
|
|
|
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
|
|
|
|
throw p1
|
|
|
|
:cond_1
|
|
return-void
|
|
.end method
|
|
|
|
.method public readHexadecimalUnsignedLong()J
|
|
.locals 14
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
cmp-long v0, v0, v2
|
|
|
|
if-eqz v0, :cond_9
|
|
|
|
const/4 v0, 0x0
|
|
|
|
move v1, v0
|
|
|
|
move-wide v4, v2
|
|
|
|
:cond_0
|
|
iget-object v6, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 493
|
|
iget-object v7, v6, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 494
|
|
iget v8, v6, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 495
|
|
iget v9, v6, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
:goto_0
|
|
if-ge v8, v9, :cond_6
|
|
|
|
.line 500
|
|
aget-byte v10, v7, v8
|
|
|
|
const/16 v11, 0x30
|
|
|
|
if-lt v10, v11, :cond_1
|
|
|
|
const/16 v11, 0x39
|
|
|
|
if-gt v10, v11, :cond_1
|
|
|
|
add-int/lit8 v11, v10, -0x30
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
const/16 v11, 0x61
|
|
|
|
if-lt v10, v11, :cond_2
|
|
|
|
const/16 v11, 0x66
|
|
|
|
if-gt v10, v11, :cond_2
|
|
|
|
add-int/lit8 v11, v10, -0x57
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
const/16 v11, 0x41
|
|
|
|
if-lt v10, v11, :cond_4
|
|
|
|
const/16 v11, 0x46
|
|
|
|
if-gt v10, v11, :cond_4
|
|
|
|
add-int/lit8 v11, v10, -0x37
|
|
|
|
:goto_1
|
|
const-wide/high16 v12, -0x1000000000000000L # -3.105036184601418E231
|
|
|
|
and-long/2addr v12, v4
|
|
|
|
cmp-long v12, v12, v2
|
|
|
|
if-nez v12, :cond_3
|
|
|
|
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_0
|
|
|
|
.line 519
|
|
:cond_3
|
|
new-instance v0, Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
invoke-direct {v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;-><init>()V
|
|
|
|
invoke-virtual {v0, v4, v5}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeHexadecimalUnsignedLong(J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0, v10}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/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}, Lcom/mbridge/msdk/thrid/okio/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_4
|
|
if-eqz v0, :cond_5
|
|
|
|
const/4 v1, 0x1
|
|
|
|
goto :goto_2
|
|
|
|
.line 509
|
|
:cond_5
|
|
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_6
|
|
:goto_2
|
|
if-ne v8, v9, :cond_7
|
|
|
|
.line 528
|
|
invoke-virtual {v6}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v7
|
|
|
|
iput-object v7, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 529
|
|
invoke-static {v6}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->recycle(Lcom/mbridge/msdk/thrid/okio/Segment;)V
|
|
|
|
goto :goto_3
|
|
|
|
.line 531
|
|
:cond_7
|
|
iput v8, v6, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
:goto_3
|
|
if-nez v1, :cond_8
|
|
|
|
iget-object v6, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-nez v6, :cond_0
|
|
|
|
:cond_8
|
|
iget-wide v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v6, v0
|
|
|
|
sub-long/2addr v1, v6
|
|
|
|
iput-wide v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return-wide v4
|
|
|
|
.line 484
|
|
:cond_9
|
|
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 readInt()I
|
|
.locals 12
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x4
|
|
|
|
cmp-long v4, v0, v2
|
|
|
|
if-ltz v4, :cond_2
|
|
|
|
iget-object v4, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 351
|
|
iget v5, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 352
|
|
iget v6, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
sub-int v7, v6, v5
|
|
|
|
const/4 v8, 0x4
|
|
|
|
if-ge v7, v8, :cond_0
|
|
|
|
.line 356
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readByte()B
|
|
|
|
move-result v0
|
|
|
|
and-int/lit16 v0, v0, 0xff
|
|
|
|
shl-int/lit8 v0, v0, 0x18
|
|
|
|
.line 357
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/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}, Lcom/mbridge/msdk/thrid/okio/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}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readByte()B
|
|
|
|
move-result v1
|
|
|
|
and-int/lit16 v1, v1, 0xff
|
|
|
|
or-int/2addr v0, v1
|
|
|
|
return v0
|
|
|
|
.line 362
|
|
:cond_0
|
|
iget-object v7, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
add-int/lit8 v9, v5, 0x1
|
|
|
|
.line 363
|
|
aget-byte v10, v7, v5
|
|
|
|
and-int/lit16 v10, v10, 0xff
|
|
|
|
shl-int/lit8 v10, v10, 0x18
|
|
|
|
add-int/lit8 v11, v5, 0x2
|
|
|
|
aget-byte v9, v7, v9
|
|
|
|
and-int/lit16 v9, v9, 0xff
|
|
|
|
shl-int/lit8 v9, v9, 0x10
|
|
|
|
or-int/2addr v9, v10
|
|
|
|
add-int/lit8 v10, v5, 0x3
|
|
|
|
aget-byte v11, v7, v11
|
|
|
|
and-int/lit16 v11, v11, 0xff
|
|
|
|
shl-int/lit8 v11, v11, 0x8
|
|
|
|
or-int/2addr v9, v11
|
|
|
|
add-int/2addr v5, v8
|
|
|
|
aget-byte v7, v7, v10
|
|
|
|
and-int/lit16 v7, v7, 0xff
|
|
|
|
or-int/2addr v7, v9
|
|
|
|
sub-long/2addr v0, v2
|
|
|
|
iput-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
if-ne v5, v6, :cond_1
|
|
|
|
.line 370
|
|
invoke-virtual {v4}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 371
|
|
invoke-static {v4}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->recycle(Lcom/mbridge/msdk/thrid/okio/Segment;)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 373
|
|
:cond_1
|
|
iput v5, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
:goto_0
|
|
return v7
|
|
|
|
.line 348
|
|
:cond_2
|
|
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, Lcom/mbridge/msdk/thrid/okio/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
|
|
.locals 1
|
|
|
|
.line 418
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readInt()I
|
|
|
|
move-result v0
|
|
|
|
invoke-static {v0}, Lcom/mbridge/msdk/thrid/okio/Util;->reverseBytesInt(I)I
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public readLong()J
|
|
.locals 17
|
|
|
|
move-object/from16 v0, p0
|
|
|
|
iget-wide v1, v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v3, 0x8
|
|
|
|
cmp-long v5, v1, v3
|
|
|
|
if-ltz v5, :cond_2
|
|
|
|
iget-object v5, v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 383
|
|
iget v6, v5, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 384
|
|
iget v7, v5, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
sub-int v8, v7, v6
|
|
|
|
const/16 v9, 0x20
|
|
|
|
const/16 v10, 0x8
|
|
|
|
if-ge v8, v10, :cond_0
|
|
|
|
.line 388
|
|
invoke-virtual/range {p0 .. p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readInt()I
|
|
|
|
move-result v1
|
|
|
|
int-to-long v1, v1
|
|
|
|
const-wide v3, 0xffffffffL
|
|
|
|
and-long/2addr v1, v3
|
|
|
|
shl-long/2addr v1, v9
|
|
|
|
.line 389
|
|
invoke-virtual/range {p0 .. p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readInt()I
|
|
|
|
move-result v5
|
|
|
|
int-to-long v5, v5
|
|
|
|
and-long/2addr v3, v5
|
|
|
|
or-long/2addr v1, v3
|
|
|
|
return-wide v1
|
|
|
|
.line 392
|
|
:cond_0
|
|
iget-object v8, v5, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
add-int/lit8 v11, v6, 0x1
|
|
|
|
.line 393
|
|
aget-byte v12, v8, v6
|
|
|
|
int-to-long v12, v12
|
|
|
|
const-wide/16 v14, 0xff
|
|
|
|
and-long/2addr v12, v14
|
|
|
|
const/16 v16, 0x38
|
|
|
|
shl-long v12, v12, v16
|
|
|
|
add-int/lit8 v16, v6, 0x2
|
|
|
|
aget-byte v11, v8, v11
|
|
|
|
int-to-long v3, v11
|
|
|
|
and-long/2addr v3, v14
|
|
|
|
const/16 v11, 0x30
|
|
|
|
shl-long/2addr v3, v11
|
|
|
|
or-long/2addr v3, v12
|
|
|
|
add-int/lit8 v11, v6, 0x3
|
|
|
|
aget-byte v12, v8, v16
|
|
|
|
int-to-long v12, v12
|
|
|
|
and-long/2addr v12, v14
|
|
|
|
const/16 v16, 0x28
|
|
|
|
shl-long v12, v12, v16
|
|
|
|
or-long/2addr v3, v12
|
|
|
|
add-int/lit8 v12, v6, 0x4
|
|
|
|
aget-byte v11, v8, v11
|
|
|
|
int-to-long v10, v11
|
|
|
|
and-long/2addr v10, v14
|
|
|
|
shl-long v9, v10, v9
|
|
|
|
or-long/2addr v3, v9
|
|
|
|
add-int/lit8 v9, v6, 0x5
|
|
|
|
aget-byte v10, v8, v12
|
|
|
|
int-to-long v10, v10
|
|
|
|
and-long/2addr v10, v14
|
|
|
|
const/16 v12, 0x18
|
|
|
|
shl-long/2addr v10, v12
|
|
|
|
or-long/2addr v3, v10
|
|
|
|
add-int/lit8 v10, v6, 0x6
|
|
|
|
aget-byte v9, v8, v9
|
|
|
|
int-to-long v11, v9
|
|
|
|
and-long/2addr v11, v14
|
|
|
|
const/16 v9, 0x10
|
|
|
|
shl-long/2addr v11, v9
|
|
|
|
or-long/2addr v3, v11
|
|
|
|
add-int/lit8 v9, v6, 0x7
|
|
|
|
aget-byte v10, v8, v10
|
|
|
|
int-to-long v10, v10
|
|
|
|
and-long/2addr v10, v14
|
|
|
|
const/16 v12, 0x8
|
|
|
|
shl-long/2addr v10, v12
|
|
|
|
or-long/2addr v3, v10
|
|
|
|
add-int/2addr v6, v12
|
|
|
|
aget-byte v8, v8, v9
|
|
|
|
int-to-long v8, v8
|
|
|
|
and-long/2addr v8, v14
|
|
|
|
or-long/2addr v3, v8
|
|
|
|
const-wide/16 v8, 0x8
|
|
|
|
sub-long/2addr v1, v8
|
|
|
|
iput-wide v1, v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
if-ne v6, v7, :cond_1
|
|
|
|
.line 404
|
|
invoke-virtual {v5}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v1
|
|
|
|
iput-object v1, v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 405
|
|
invoke-static {v5}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->recycle(Lcom/mbridge/msdk/thrid/okio/Segment;)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 407
|
|
:cond_1
|
|
iput v6, v5, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
:goto_0
|
|
return-wide v3
|
|
|
|
.line 380
|
|
:cond_2
|
|
new-instance v1, Ljava/lang/IllegalStateException;
|
|
|
|
new-instance v2, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v2}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v3, "size < 8: "
|
|
|
|
invoke-virtual {v2, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
iget-wide v3, v0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
invoke-virtual {v2, v3, v4}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-direct {v1, v2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v1
|
|
.end method
|
|
|
|
.method public readLongLe()J
|
|
.locals 2
|
|
|
|
.line 422
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readLong()J
|
|
|
|
move-result-wide v0
|
|
|
|
invoke-static {v0, v1}, Lcom/mbridge/msdk/thrid/okio/Util;->reverseBytesLong(J)J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public readShort()S
|
|
.locals 11
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x2
|
|
|
|
cmp-long v4, v0, v2
|
|
|
|
if-ltz v4, :cond_2
|
|
|
|
iget-object v4, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 322
|
|
iget v5, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 323
|
|
iget v6, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
sub-int v7, v6, v5
|
|
|
|
const/4 v8, 0x2
|
|
|
|
if-ge v7, v8, :cond_0
|
|
|
|
.line 327
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readByte()B
|
|
|
|
move-result v0
|
|
|
|
and-int/lit16 v0, v0, 0xff
|
|
|
|
shl-int/lit8 v0, v0, 0x8
|
|
|
|
.line 328
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/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_0
|
|
iget-object v7, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
add-int/lit8 v9, v5, 0x1
|
|
|
|
.line 333
|
|
aget-byte v10, v7, v5
|
|
|
|
and-int/lit16 v10, v10, 0xff
|
|
|
|
shl-int/lit8 v10, v10, 0x8
|
|
|
|
add-int/2addr v5, v8
|
|
|
|
aget-byte v7, v7, v9
|
|
|
|
and-int/lit16 v7, v7, 0xff
|
|
|
|
or-int/2addr v7, v10
|
|
|
|
sub-long/2addr v0, v2
|
|
|
|
iput-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
if-ne v5, v6, :cond_1
|
|
|
|
.line 338
|
|
invoke-virtual {v4}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 339
|
|
invoke-static {v4}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->recycle(Lcom/mbridge/msdk/thrid/okio/Segment;)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 341
|
|
:cond_1
|
|
iput v5, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
:goto_0
|
|
int-to-short v0, v7
|
|
|
|
return v0
|
|
|
|
.line 319
|
|
:cond_2
|
|
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, Lcom/mbridge/msdk/thrid/okio/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
|
|
.locals 1
|
|
|
|
.line 414
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readShort()S
|
|
|
|
move-result v0
|
|
|
|
invoke-static {v0}, Lcom/mbridge/msdk/thrid/okio/Util;->reverseBytesShort(S)S
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public readString(JLjava/nio/charset/Charset;)Ljava/lang/String;
|
|
.locals 6
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
move-wide v4, p1
|
|
|
|
.line 703
|
|
invoke-static/range {v0 .. v5}, Lcom/mbridge/msdk/thrid/okio/Util;->checkOffsetAndCount(JJJ)V
|
|
|
|
if-eqz p3, :cond_4
|
|
|
|
const-wide/32 v0, 0x7fffffff
|
|
|
|
cmp-long v0, p1, v0
|
|
|
|
if-gtz v0, :cond_3
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v0, p1, v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const-string p1, ""
|
|
|
|
return-object p1
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 711
|
|
iget v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
int-to-long v2, v1
|
|
|
|
add-long/2addr v2, p1
|
|
|
|
iget v4, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
int-to-long v4, v4
|
|
|
|
cmp-long v2, v2, v4
|
|
|
|
if-lez v2, :cond_1
|
|
|
|
.line 713
|
|
new-instance v0, Ljava/lang/String;
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/mbridge/msdk/thrid/okio/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 716
|
|
:cond_1
|
|
new-instance v2, Ljava/lang/String;
|
|
|
|
iget-object v3, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
long-to-int v4, p1
|
|
|
|
invoke-direct {v2, v3, v1, v4, p3}, Ljava/lang/String;-><init>([BIILjava/nio/charset/Charset;)V
|
|
|
|
.line 717
|
|
iget p3, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
int-to-long v3, p3
|
|
|
|
add-long/2addr v3, p1
|
|
|
|
long-to-int p3, v3
|
|
|
|
iput p3, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
iget-wide v3, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
sub-long/2addr v3, p1
|
|
|
|
iput-wide v3, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
.line 720
|
|
iget p1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
if-ne p3, p1, :cond_2
|
|
|
|
.line 721
|
|
invoke-virtual {v0}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 722
|
|
invoke-static {v0}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->recycle(Lcom/mbridge/msdk/thrid/okio/Segment;)V
|
|
|
|
:cond_2
|
|
return-object v2
|
|
|
|
.line 706
|
|
:cond_3
|
|
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 704
|
|
:cond_4
|
|
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;
|
|
.locals 2
|
|
|
|
:try_start_0
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
.line 696
|
|
invoke-virtual {p0, v0, v1, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readString(JLjava/nio/charset/Charset;)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
:try_end_0
|
|
.catch Ljava/io/EOFException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-object p1
|
|
|
|
:catch_0
|
|
move-exception p1
|
|
|
|
.line 698
|
|
new-instance v0, Ljava/lang/AssertionError;
|
|
|
|
invoke-direct {v0, p1}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public final readUnsafe()Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;
|
|
.locals 1
|
|
|
|
.line 1835
|
|
new-instance v0, Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;
|
|
|
|
invoke-direct {v0}, Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;-><init>()V
|
|
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readUnsafe(Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;)Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final readUnsafe(Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;)Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;
|
|
.locals 1
|
|
|
|
.line 1839
|
|
iget-object v0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;->buffer:Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 1843
|
|
iput-object p0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;->buffer:Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 1844
|
|
iput-boolean v0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer$UnsafeCursor;->readWrite:Z
|
|
|
|
return-object p1
|
|
|
|
.line 1840
|
|
:cond_0
|
|
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;
|
|
.locals 3
|
|
|
|
:try_start_0
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
.line 684
|
|
sget-object v2, Lcom/mbridge/msdk/thrid/okio/Util;->UTF_8:Ljava/nio/charset/Charset;
|
|
|
|
invoke-virtual {p0, v0, v1, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readString(JLjava/nio/charset/Charset;)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
:try_end_0
|
|
.catch Ljava/io/EOFException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-object v0
|
|
|
|
:catch_0
|
|
move-exception v0
|
|
|
|
.line 686
|
|
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;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 691
|
|
sget-object v0, Lcom/mbridge/msdk/thrid/okio/Util;->UTF_8:Ljava/nio/charset/Charset;
|
|
|
|
invoke-virtual {p0, p1, p2, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readString(JLjava/nio/charset/Charset;)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public readUtf8CodePoint()I
|
|
.locals 12
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
cmp-long v0, v0, v2
|
|
|
|
if-eqz v0, :cond_a
|
|
|
|
.line 775
|
|
invoke-virtual {p0, v2, v3}, Lcom/mbridge/msdk/thrid/okio/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_0
|
|
|
|
and-int/lit8 v1, v0, 0x7f
|
|
|
|
const/4 v5, 0x0
|
|
|
|
move v6, v5
|
|
|
|
move v5, v2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
and-int/lit16 v1, v0, 0xe0
|
|
|
|
const/16 v5, 0xc0
|
|
|
|
if-ne v1, v5, :cond_1
|
|
|
|
and-int/lit8 v1, v0, 0x1f
|
|
|
|
const/4 v5, 0x2
|
|
|
|
move v6, v3
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
and-int/lit16 v1, v0, 0xf0
|
|
|
|
const/16 v5, 0xe0
|
|
|
|
if-ne v1, v5, :cond_2
|
|
|
|
and-int/lit8 v1, v0, 0xf
|
|
|
|
const/4 v5, 0x3
|
|
|
|
const/16 v6, 0x800
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
and-int/lit16 v1, v0, 0xf8
|
|
|
|
const/16 v5, 0xf0
|
|
|
|
if-ne v1, v5, :cond_9
|
|
|
|
and-int/lit8 v1, v0, 0x7
|
|
|
|
const/4 v5, 0x4
|
|
|
|
const/high16 v6, 0x10000
|
|
|
|
:goto_0
|
|
iget-wide v7, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v9, v5
|
|
|
|
cmp-long v7, v7, v9
|
|
|
|
if-ltz v7, :cond_8
|
|
|
|
:goto_1
|
|
if-ge v2, v5, :cond_4
|
|
|
|
int-to-long v7, v2
|
|
|
|
.line 819
|
|
invoke-virtual {p0, v7, v8}, Lcom/mbridge/msdk/thrid/okio/Buffer;->getByte(J)B
|
|
|
|
move-result v0
|
|
|
|
and-int/lit16 v11, v0, 0xc0
|
|
|
|
if-ne v11, v3, :cond_3
|
|
|
|
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_1
|
|
|
|
.line 825
|
|
:cond_3
|
|
invoke-virtual {p0, v7, v8}, Lcom/mbridge/msdk/thrid/okio/Buffer;->skip(J)V
|
|
|
|
return v4
|
|
|
|
.line 830
|
|
:cond_4
|
|
invoke-virtual {p0, v9, v10}, Lcom/mbridge/msdk/thrid/okio/Buffer;->skip(J)V
|
|
|
|
const v0, 0x10ffff
|
|
|
|
if-le v1, v0, :cond_5
|
|
|
|
return v4
|
|
|
|
:cond_5
|
|
const v0, 0xd800
|
|
|
|
if-lt v1, v0, :cond_6
|
|
|
|
const v0, 0xdfff
|
|
|
|
if-gt v1, v0, :cond_6
|
|
|
|
return v4
|
|
|
|
:cond_6
|
|
if-ge v1, v6, :cond_7
|
|
|
|
return v4
|
|
|
|
:cond_7
|
|
return v1
|
|
|
|
.line 811
|
|
:cond_8
|
|
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, Lcom/mbridge/msdk/thrid/okio/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 812
|
|
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_9
|
|
const-wide/16 v0, 0x1
|
|
|
|
.line 806
|
|
invoke-virtual {p0, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->skip(J)V
|
|
|
|
return v4
|
|
|
|
.line 773
|
|
:cond_a
|
|
new-instance v0, Ljava/io/EOFException;
|
|
|
|
invoke-direct {v0}, Ljava/io/EOFException;-><init>()V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public readUtf8Line()Ljava/lang/String;
|
|
.locals 4
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
const/16 v0, 0xa
|
|
|
|
.line 729
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->indexOf(B)J
|
|
|
|
move-result-wide v0
|
|
|
|
const-wide/16 v2, -0x1
|
|
|
|
cmp-long v2, v0, v2
|
|
|
|
if-nez v2, :cond_1
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
cmp-long v2, v0, v2
|
|
|
|
if-eqz v2, :cond_0
|
|
|
|
.line 732
|
|
invoke-virtual {p0, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readUtf8(J)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return-object v0
|
|
|
|
.line 735
|
|
:cond_1
|
|
invoke-virtual {p0, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readUtf8Line(J)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public readUtf8Line(J)Ljava/lang/String;
|
|
.locals 6
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v0, p1, v0
|
|
|
|
const-wide/16 v1, 0x1
|
|
|
|
if-lez v0, :cond_0
|
|
|
|
sub-long v3, p1, v1
|
|
|
|
.line 758
|
|
invoke-virtual {p0, v3, v4}, Lcom/mbridge/msdk/thrid/okio/Buffer;->getByte(J)B
|
|
|
|
move-result v0
|
|
|
|
const/16 v5, 0xd
|
|
|
|
if-ne v0, v5, :cond_0
|
|
|
|
.line 760
|
|
invoke-virtual {p0, v3, v4}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readUtf8(J)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
const-wide/16 v0, 0x2
|
|
|
|
.line 761
|
|
invoke-virtual {p0, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->skip(J)V
|
|
|
|
return-object p1
|
|
|
|
.line 766
|
|
:cond_0
|
|
invoke-virtual {p0, p1, p2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readUtf8(J)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
.line 767
|
|
invoke-virtual {p0, v1, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->skip(J)V
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public readUtf8LineStrict()Ljava/lang/String;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
const-wide v0, 0x7fffffffffffffffL
|
|
|
|
.line 739
|
|
invoke-virtual {p0, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readUtf8LineStrict(J)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public readUtf8LineStrict(J)Ljava/lang/String;
|
|
.locals 11
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v0, p1, v0
|
|
|
|
if-ltz v0, :cond_3
|
|
|
|
const-wide v0, 0x7fffffffffffffffL
|
|
|
|
cmp-long v2, p1, v0
|
|
|
|
const-wide/16 v3, 0x1
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
add-long v0, p1, v3
|
|
|
|
:goto_0
|
|
const/16 v6, 0xa
|
|
|
|
const-wide/16 v7, 0x0
|
|
|
|
move-object v5, p0
|
|
|
|
move-wide v9, v0
|
|
|
|
.line 745
|
|
invoke-virtual/range {v5 .. v10}, Lcom/mbridge/msdk/thrid/okio/Buffer;->indexOf(BJJ)J
|
|
|
|
move-result-wide v5
|
|
|
|
const-wide/16 v7, -0x1
|
|
|
|
cmp-long v2, v5, v7
|
|
|
|
if-eqz v2, :cond_1
|
|
|
|
.line 746
|
|
invoke-virtual {p0, v5, v6}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readUtf8Line(J)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 747
|
|
:cond_1
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->size()J
|
|
|
|
move-result-wide v5
|
|
|
|
cmp-long v2, v0, v5
|
|
|
|
if-gez v2, :cond_2
|
|
|
|
sub-long v2, v0, v3
|
|
|
|
.line 748
|
|
invoke-virtual {p0, v2, v3}, Lcom/mbridge/msdk/thrid/okio/Buffer;->getByte(J)B
|
|
|
|
move-result v2
|
|
|
|
const/16 v3, 0xd
|
|
|
|
if-ne v2, v3, :cond_2
|
|
|
|
invoke-virtual {p0, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->getByte(J)B
|
|
|
|
move-result v2
|
|
|
|
const/16 v3, 0xa
|
|
|
|
if-ne v2, v3, :cond_2
|
|
|
|
.line 749
|
|
invoke-virtual {p0, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readUtf8Line(J)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 751
|
|
:cond_2
|
|
new-instance v6, Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
invoke-direct {v6}, Lcom/mbridge/msdk/thrid/okio/Buffer;-><init>()V
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
const-wide/16 v0, 0x20
|
|
|
|
.line 752
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/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}, Lcom/mbridge/msdk/thrid/okio/Buffer;->copyTo(Lcom/mbridge/msdk/thrid/okio/Buffer;JJ)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
.line 753
|
|
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}, Lcom/mbridge/msdk/thrid/okio/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 754
|
|
invoke-virtual {v6}, Lcom/mbridge/msdk/thrid/okio/Buffer;->readByteString()Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {p1}, Lcom/mbridge/msdk/thrid/okio/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 743
|
|
:cond_3
|
|
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
|
|
.locals 2
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
cmp-long p1, v0, p1
|
|
|
|
if-ltz p1, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
return p1
|
|
.end method
|
|
|
|
.method public require(J)V
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
cmp-long p1, v0, p1
|
|
|
|
if-ltz p1, :cond_0
|
|
|
|
return-void
|
|
|
|
.line 109
|
|
:cond_0
|
|
new-instance p1, Ljava/io/EOFException;
|
|
|
|
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public segmentSizes()Ljava/util/List;
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Ljava/lang/Integer;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 1673
|
|
invoke-static {}, Ljava/util/Collections;->emptyList()Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
|
|
.line 1674
|
|
:cond_0
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
iget-object v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1675
|
|
iget v2, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v1, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v2, v1
|
|
|
|
invoke-static {v2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-interface {v0, v1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
|
|
iget-object v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1676
|
|
:goto_0
|
|
iget-object v1, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iget-object v2, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-eq v1, v2, :cond_1
|
|
|
|
.line 1677
|
|
iget v2, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v3, v1, Lcom/mbridge/msdk/thrid/okio/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_0
|
|
|
|
:cond_1
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public select(Lcom/mbridge/msdk/thrid/okio/Options;)I
|
|
.locals 3
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 548
|
|
invoke-virtual {p0, p1, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->selectPrefix(Lcom/mbridge/msdk/thrid/okio/Options;Z)I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, -0x1
|
|
|
|
if-ne v0, v1, :cond_0
|
|
|
|
return v1
|
|
|
|
.line 552
|
|
:cond_0
|
|
iget-object p1, p1, Lcom/mbridge/msdk/thrid/okio/Options;->byteStrings:[Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
aget-object p1, p1, v0
|
|
|
|
invoke-virtual {p1}, Lcom/mbridge/msdk/thrid/okio/ByteString;->size()I
|
|
|
|
move-result p1
|
|
|
|
int-to-long v1, p1
|
|
|
|
.line 554
|
|
:try_start_0
|
|
invoke-virtual {p0, v1, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->skip(J)V
|
|
:try_end_0
|
|
.catch Ljava/io/EOFException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return v0
|
|
|
|
.line 556
|
|
:catch_0
|
|
new-instance p1, Ljava/lang/AssertionError;
|
|
|
|
invoke-direct {p1}, Ljava/lang/AssertionError;-><init>()V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public selectPrefix(Lcom/mbridge/msdk/thrid/okio/Options;Z)I
|
|
.locals 17
|
|
|
|
move-object/from16 v0, p1
|
|
|
|
move-object/from16 v1, p0
|
|
|
|
iget-object v2, v1, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
const/4 v3, -0x2
|
|
|
|
if-nez v2, :cond_1
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
return v3
|
|
|
|
.line 577
|
|
:cond_0
|
|
sget-object v2, Lcom/mbridge/msdk/thrid/okio/ByteString;->EMPTY:Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
invoke-virtual {v0, v2}, Ljava/util/AbstractList;->indexOf(Ljava/lang/Object;)I
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
|
|
.line 581
|
|
:cond_1
|
|
iget-object v4, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 582
|
|
iget v5, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 583
|
|
iget v6, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
.line 585
|
|
iget-object v0, v0, Lcom/mbridge/msdk/thrid/okio/Options;->trie:[I
|
|
|
|
const/4 v7, 0x0
|
|
|
|
const/4 v8, -0x1
|
|
|
|
move-object v10, v2
|
|
|
|
move v9, v7
|
|
|
|
move v11, v8
|
|
|
|
:goto_0
|
|
add-int/lit8 v12, v9, 0x1
|
|
|
|
.line 592
|
|
aget v13, v0, v9
|
|
|
|
add-int/lit8 v9, v9, 0x2
|
|
|
|
.line 594
|
|
aget v12, v0, v12
|
|
|
|
if-eq v12, v8, :cond_2
|
|
|
|
move v11, v12
|
|
|
|
:cond_2
|
|
if-nez v10, :cond_3
|
|
|
|
goto :goto_3
|
|
|
|
:cond_3
|
|
const/4 v12, 0x0
|
|
|
|
if-gez v13, :cond_b
|
|
|
|
mul-int/lit8 v13, v13, -0x1
|
|
|
|
add-int v14, v9, v13
|
|
|
|
:goto_1
|
|
add-int/lit8 v13, v5, 0x1
|
|
|
|
.line 608
|
|
aget-byte v5, v4, v5
|
|
|
|
and-int/lit16 v5, v5, 0xff
|
|
|
|
add-int/lit8 v15, v9, 0x1
|
|
|
|
.line 609
|
|
aget v9, v0, v9
|
|
|
|
if-eq v5, v9, :cond_4
|
|
|
|
return v11
|
|
|
|
:cond_4
|
|
if-ne v15, v14, :cond_5
|
|
|
|
const/4 v5, 0x1
|
|
|
|
goto :goto_2
|
|
|
|
:cond_5
|
|
move v5, v7
|
|
|
|
:goto_2
|
|
if-ne v13, v6, :cond_9
|
|
|
|
.line 614
|
|
iget-object v4, v10, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 615
|
|
iget v6, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 616
|
|
iget-object v9, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 617
|
|
iget v10, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
if-ne v4, v2, :cond_8
|
|
|
|
if-nez v5, :cond_7
|
|
|
|
:goto_3
|
|
if-eqz p2, :cond_6
|
|
|
|
return v3
|
|
|
|
:cond_6
|
|
return v11
|
|
|
|
:cond_7
|
|
move-object v4, v9
|
|
|
|
move-object v9, v12
|
|
|
|
goto :goto_4
|
|
|
|
:cond_8
|
|
move-object/from16 v16, v9
|
|
|
|
move-object v9, v4
|
|
|
|
move-object/from16 v4, v16
|
|
|
|
goto :goto_4
|
|
|
|
:cond_9
|
|
move-object v9, v10
|
|
|
|
move v10, v6
|
|
|
|
move v6, v13
|
|
|
|
:goto_4
|
|
if-eqz v5, :cond_a
|
|
|
|
.line 625
|
|
aget v5, v0, v15
|
|
|
|
move v3, v6
|
|
|
|
move v6, v10
|
|
|
|
move-object v10, v9
|
|
|
|
goto :goto_6
|
|
|
|
:cond_a
|
|
move v5, v6
|
|
|
|
move v6, v10
|
|
|
|
move-object v10, v9
|
|
|
|
move v9, v15
|
|
|
|
goto :goto_1
|
|
|
|
:cond_b
|
|
add-int/lit8 v14, v5, 0x1
|
|
|
|
.line 632
|
|
aget-byte v5, v4, v5
|
|
|
|
and-int/lit16 v5, v5, 0xff
|
|
|
|
add-int v15, v9, v13
|
|
|
|
:goto_5
|
|
if-ne v9, v15, :cond_c
|
|
|
|
return v11
|
|
|
|
.line 637
|
|
:cond_c
|
|
aget v3, v0, v9
|
|
|
|
if-ne v5, v3, :cond_10
|
|
|
|
add-int/2addr v9, v13
|
|
|
|
.line 638
|
|
aget v5, v0, v9
|
|
|
|
if-ne v14, v6, :cond_d
|
|
|
|
.line 647
|
|
iget-object v10, v10, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 648
|
|
iget v3, v10, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 649
|
|
iget-object v4, v10, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 650
|
|
iget v6, v10, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
if-ne v10, v2, :cond_e
|
|
|
|
move-object v10, v12
|
|
|
|
goto :goto_6
|
|
|
|
:cond_d
|
|
move v3, v14
|
|
|
|
:cond_e
|
|
:goto_6
|
|
if-ltz v5, :cond_f
|
|
|
|
return v5
|
|
|
|
:cond_f
|
|
neg-int v9, v5
|
|
|
|
move v5, v3
|
|
|
|
const/4 v3, -0x2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_10
|
|
add-int/lit8 v9, v9, 0x1
|
|
|
|
const/4 v3, -0x2
|
|
|
|
goto :goto_5
|
|
.end method
|
|
|
|
.method public final sha1()Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 1
|
|
|
|
const-string v0, "SHA-1"
|
|
|
|
.line 1689
|
|
invoke-direct {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->digest(Ljava/lang/String;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final sha256()Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 1
|
|
|
|
const-string v0, "SHA-256"
|
|
|
|
.line 1694
|
|
invoke-direct {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->digest(Ljava/lang/String;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final sha512()Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 1
|
|
|
|
const-string v0, "SHA-512"
|
|
|
|
.line 1699
|
|
invoke-direct {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->digest(Ljava/lang/String;)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final size()J
|
|
.locals 2
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return-wide v0
|
|
.end method
|
|
|
|
.method public skip(J)V
|
|
.locals 5
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/EOFException;
|
|
}
|
|
.end annotation
|
|
|
|
:cond_0
|
|
:goto_0
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v0, p1, v0
|
|
|
|
if-lez v0, :cond_2
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 933
|
|
iget v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v0, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v1, v0
|
|
|
|
int-to-long v0, v1
|
|
|
|
invoke-static {p1, p2, v0, v1}, Ljava/lang/Math;->min(JJ)J
|
|
|
|
move-result-wide v0
|
|
|
|
long-to-int v0, v0
|
|
|
|
iget-wide v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v3, v0
|
|
|
|
sub-long/2addr v1, v3
|
|
|
|
iput-wide v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
sub-long/2addr p1, v3
|
|
|
|
iget-object v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 936
|
|
iget v2, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
add-int/2addr v2, v0
|
|
|
|
iput v2, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
.line 938
|
|
iget v0, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
if-ne v2, v0, :cond_0
|
|
|
|
.line 940
|
|
invoke-virtual {v1}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 941
|
|
invoke-static {v1}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->recycle(Lcom/mbridge/msdk/thrid/okio/Segment;)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 931
|
|
:cond_1
|
|
new-instance p1, Ljava/io/EOFException;
|
|
|
|
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
|
|
|
|
throw p1
|
|
|
|
:cond_2
|
|
return-void
|
|
.end method
|
|
|
|
.method public final snapshot()Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 4
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/32 v2, 0x7fffffff
|
|
|
|
cmp-long v2, v0, v2
|
|
|
|
if-gtz v2, :cond_0
|
|
|
|
long-to-int v0, v0
|
|
|
|
.line 1823
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->snapshot(I)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
|
|
.line 1821
|
|
:cond_0
|
|
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, Lcom/mbridge/msdk/thrid/okio/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 final snapshot(I)Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
.locals 1
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
.line 1830
|
|
sget-object p1, Lcom/mbridge/msdk/thrid/okio/ByteString;->EMPTY:Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
return-object p1
|
|
|
|
.line 1831
|
|
:cond_0
|
|
new-instance v0, Lcom/mbridge/msdk/thrid/okio/SegmentedByteString;
|
|
|
|
invoke-direct {v0, p0, p1}, Lcom/mbridge/msdk/thrid/okio/SegmentedByteString;-><init>(Lcom/mbridge/msdk/thrid/okio/Buffer;I)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public timeout()Lcom/mbridge/msdk/thrid/okio/Timeout;
|
|
.locals 1
|
|
|
|
.line 1668
|
|
sget-object v0, Lcom/mbridge/msdk/thrid/okio/Timeout;->NONE:Lcom/mbridge/msdk/thrid/okio/Timeout;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 1801
|
|
invoke-virtual {p0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->snapshot()Lcom/mbridge/msdk/thrid/okio/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lcom/mbridge/msdk/thrid/okio/ByteString;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public writableSegment(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
.locals 3
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-lt p1, v0, :cond_3
|
|
|
|
const/16 v0, 0x2000
|
|
|
|
if-gt p1, v0, :cond_3
|
|
|
|
iget-object v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 1293
|
|
invoke-static {}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->take()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1294
|
|
iput-object p1, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iput-object p1, p1, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
return-object p1
|
|
|
|
.line 1297
|
|
:cond_0
|
|
iget-object v1, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1298
|
|
iget v2, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
add-int/2addr v2, p1
|
|
|
|
if-gt v2, v0, :cond_1
|
|
|
|
iget-boolean p1, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->owner:Z
|
|
|
|
if-nez p1, :cond_2
|
|
|
|
.line 1299
|
|
:cond_1
|
|
invoke-static {}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->take()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {v1, p1}, Lcom/mbridge/msdk/thrid/okio/Segment;->push(Lcom/mbridge/msdk/thrid/okio/Segment;)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v1
|
|
|
|
:cond_2
|
|
return-object v1
|
|
|
|
.line 1290
|
|
:cond_3
|
|
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
|
|
.locals 6
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
.line 1116
|
|
invoke-virtual {p1}, Ljava/nio/Buffer;->remaining()I
|
|
|
|
move-result v0
|
|
|
|
move v1, v0
|
|
|
|
:goto_0
|
|
if-lez v1, :cond_0
|
|
|
|
const/4 v2, 0x1
|
|
|
|
.line 1119
|
|
invoke-virtual {p0, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writableSegment(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v2
|
|
|
|
.line 1121
|
|
iget v3, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
rsub-int v3, v3, 0x2000
|
|
|
|
invoke-static {v1, v3}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result v3
|
|
|
|
.line 1122
|
|
iget-object v4, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
iget v5, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
invoke-virtual {p1, v4, v5, v3}, Ljava/nio/ByteBuffer;->get([BII)Ljava/nio/ByteBuffer;
|
|
|
|
sub-int/2addr v1, v3
|
|
|
|
.line 1125
|
|
iget v4, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
add-int/2addr v4, v3
|
|
|
|
iput v4, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
iget-wide v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v3, v0
|
|
|
|
add-long/2addr v1, v3
|
|
|
|
iput-wide v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return v0
|
|
|
|
.line 1114
|
|
:cond_1
|
|
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(Lcom/mbridge/msdk/thrid/okio/ByteString;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 1
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 948
|
|
invoke-virtual {p1, p0}, Lcom/mbridge/msdk/thrid/okio/ByteString;->write(Lcom/mbridge/msdk/thrid/okio/Buffer;)V
|
|
|
|
return-object p0
|
|
|
|
.line 947
|
|
:cond_0
|
|
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)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 2
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 1091
|
|
array-length v1, p1
|
|
|
|
invoke-virtual {p0, p1, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->write([BII)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1090
|
|
:cond_0
|
|
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)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 9
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
.line 1096
|
|
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}, Lcom/mbridge/msdk/thrid/okio/Util;->checkOffsetAndCount(JJJ)V
|
|
|
|
add-int/2addr p3, p2
|
|
|
|
:goto_0
|
|
if-ge p2, p3, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
.line 1100
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writableSegment(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v0
|
|
|
|
sub-int v1, p3, p2
|
|
|
|
.line 1102
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
rsub-int v2, v2, 0x2000
|
|
|
|
invoke-static {v1, v2}, Ljava/lang/Math;->min(II)I
|
|
|
|
move-result v1
|
|
|
|
.line 1103
|
|
iget-object v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
iget v3, v0, Lcom/mbridge/msdk/thrid/okio/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 1106
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
add-int/2addr v2, v1
|
|
|
|
iput v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
iget-wide p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
add-long/2addr p1, v7
|
|
|
|
iput-wide p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return-object p0
|
|
|
|
.line 1095
|
|
:cond_1
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string p2, "source == null"
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public bridge synthetic write(Lcom/mbridge/msdk/thrid/okio/ByteString;)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->write(Lcom/mbridge/msdk/thrid/okio/ByteString;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public write(Lcom/mbridge/msdk/thrid/okio/Source;J)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
:goto_0
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v0, p2, v0
|
|
|
|
if-lez v0, :cond_1
|
|
|
|
.line 1143
|
|
invoke-interface {p1, p0, p2, p3}, Lcom/mbridge/msdk/thrid/okio/Source;->read(Lcom/mbridge/msdk/thrid/okio/Buffer;J)J
|
|
|
|
move-result-wide v0
|
|
|
|
const-wide/16 v2, -0x1
|
|
|
|
cmp-long v2, v0, v2
|
|
|
|
if-eqz v2, :cond_0
|
|
|
|
sub-long/2addr p2, v0
|
|
|
|
goto :goto_0
|
|
|
|
.line 1144
|
|
:cond_0
|
|
new-instance p1, Ljava/io/EOFException;
|
|
|
|
invoke-direct {p1}, Ljava/io/EOFException;-><init>()V
|
|
|
|
throw p1
|
|
|
|
:cond_1
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public bridge synthetic write([B)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->write([B)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public bridge synthetic write([BII)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1, p2, p3}, Lcom/mbridge/msdk/thrid/okio/Buffer;->write([BII)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public write(Lcom/mbridge/msdk/thrid/okio/Buffer;J)V
|
|
.locals 6
|
|
|
|
if-eqz p1, :cond_7
|
|
|
|
if-eq p1, p0, :cond_6
|
|
|
|
.line 1357
|
|
iget-wide v0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
move-wide v4, p2
|
|
|
|
invoke-static/range {v0 .. v5}, Lcom/mbridge/msdk/thrid/okio/Util;->checkOffsetAndCount(JJJ)V
|
|
|
|
:goto_0
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v0, p2, v0
|
|
|
|
if-lez v0, :cond_5
|
|
|
|
.line 1361
|
|
iget-object v0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iget v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v1, v2
|
|
|
|
int-to-long v1, v1
|
|
|
|
cmp-long v1, p2, v1
|
|
|
|
if-gez v1, :cond_3
|
|
|
|
iget-object v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 1362
|
|
iget-object v1, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
const/4 v1, 0x0
|
|
|
|
:goto_1
|
|
if-eqz v1, :cond_2
|
|
|
|
.line 1363
|
|
iget-boolean v2, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->owner:Z
|
|
|
|
if-eqz v2, :cond_2
|
|
|
|
iget v2, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
int-to-long v2, v2
|
|
|
|
add-long/2addr v2, p2
|
|
|
|
iget-boolean v4, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->shared:Z
|
|
|
|
if-eqz v4, :cond_1
|
|
|
|
const/4 v4, 0x0
|
|
|
|
goto :goto_2
|
|
|
|
:cond_1
|
|
iget v4, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
:goto_2
|
|
int-to-long v4, v4
|
|
|
|
sub-long/2addr v2, v4
|
|
|
|
const-wide/16 v4, 0x2000
|
|
|
|
cmp-long v2, v2, v4
|
|
|
|
if-gtz v2, :cond_2
|
|
|
|
long-to-int v2, p2
|
|
|
|
.line 1366
|
|
invoke-virtual {v0, v1, v2}, Lcom/mbridge/msdk/thrid/okio/Segment;->writeTo(Lcom/mbridge/msdk/thrid/okio/Segment;I)V
|
|
|
|
.line 1367
|
|
iget-wide v0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
sub-long/2addr v0, p2
|
|
|
|
iput-wide v0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
add-long/2addr v0, p2
|
|
|
|
iput-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return-void
|
|
|
|
:cond_2
|
|
long-to-int v1, p2
|
|
|
|
.line 1373
|
|
invoke-virtual {v0, v1}, Lcom/mbridge/msdk/thrid/okio/Segment;->split(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1378
|
|
:cond_3
|
|
iget-object v0, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1379
|
|
iget v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
sub-int/2addr v1, v2
|
|
|
|
int-to-long v1, v1
|
|
|
|
.line 1380
|
|
invoke-virtual {v0}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v3
|
|
|
|
iput-object v3, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iget-object v3, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
if-nez v3, :cond_4
|
|
|
|
iput-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1383
|
|
iput-object v0, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
iput-object v0, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->next:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
goto :goto_3
|
|
|
|
.line 1385
|
|
:cond_4
|
|
iget-object v3, v3, Lcom/mbridge/msdk/thrid/okio/Segment;->prev:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 1386
|
|
invoke-virtual {v3, v0}, Lcom/mbridge/msdk/thrid/okio/Segment;->push(Lcom/mbridge/msdk/thrid/okio/Segment;)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v0
|
|
|
|
.line 1387
|
|
invoke-virtual {v0}, Lcom/mbridge/msdk/thrid/okio/Segment;->compact()V
|
|
|
|
.line 1389
|
|
:goto_3
|
|
iget-wide v3, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
sub-long/2addr v3, v1
|
|
|
|
iput-wide v3, p1, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
iget-wide v3, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
add-long/2addr v3, v1
|
|
|
|
iput-wide v3, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
sub-long/2addr p2, v1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_5
|
|
return-void
|
|
|
|
.line 1356
|
|
:cond_6
|
|
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 1355
|
|
:cond_7
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string p2, "source == null"
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public writeAll(Lcom/mbridge/msdk/thrid/okio/Source;)J
|
|
.locals 6
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
:goto_0
|
|
const-wide/16 v2, 0x2000
|
|
|
|
.line 1135
|
|
invoke-interface {p1, p0, v2, v3}, Lcom/mbridge/msdk/thrid/okio/Source;->read(Lcom/mbridge/msdk/thrid/okio/Buffer;J)J
|
|
|
|
move-result-wide v2
|
|
|
|
const-wide/16 v4, -0x1
|
|
|
|
cmp-long v4, v2, v4
|
|
|
|
if-eqz v4, :cond_0
|
|
|
|
add-long/2addr v0, v2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
return-wide v0
|
|
|
|
.line 1133
|
|
:cond_1
|
|
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 writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 4
|
|
|
|
const/4 v0, 0x1
|
|
|
|
.line 1151
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writableSegment(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v0
|
|
|
|
.line 1152
|
|
iget-object v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
add-int/lit8 v3, v2, 0x1
|
|
|
|
iput v3, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
int-to-byte p1, p1
|
|
|
|
aput-byte p1, v1, v2
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x1
|
|
|
|
add-long/2addr v0, v2
|
|
|
|
iput-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public bridge synthetic writeByte(I)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public writeDecimalLong(J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 11
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v2, p1, v0
|
|
|
|
if-nez v2, :cond_0
|
|
|
|
const/16 p1, 0x30
|
|
|
|
.line 1213
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_0
|
|
const/4 v3, 0x1
|
|
|
|
if-gez v2, :cond_2
|
|
|
|
neg-long p1, p1
|
|
|
|
cmp-long v2, p1, v0
|
|
|
|
if-gez v2, :cond_1
|
|
|
|
const-string p1, "-9223372036854775808"
|
|
|
|
.line 1220
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeUtf8(Ljava/lang/String;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_1
|
|
move v2, v3
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
const/4 v2, 0x0
|
|
|
|
:goto_0
|
|
const-wide/32 v4, 0x5f5e100
|
|
|
|
cmp-long v4, p1, v4
|
|
|
|
const-wide/16 v5, 0xa
|
|
|
|
if-gez v4, :cond_a
|
|
|
|
const-wide/16 v7, 0x2710
|
|
|
|
cmp-long v4, p1, v7
|
|
|
|
if-gez v4, :cond_6
|
|
|
|
const-wide/16 v7, 0x64
|
|
|
|
cmp-long v4, p1, v7
|
|
|
|
if-gez v4, :cond_4
|
|
|
|
cmp-long v4, p1, v5
|
|
|
|
if-gez v4, :cond_3
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_3
|
|
const/4 v3, 0x2
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_4
|
|
const-wide/16 v3, 0x3e8
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_5
|
|
|
|
const/4 v3, 0x3
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_5
|
|
const/4 v3, 0x4
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_6
|
|
const-wide/32 v3, 0xf4240
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_8
|
|
|
|
const-wide/32 v3, 0x186a0
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_7
|
|
|
|
const/4 v3, 0x5
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_7
|
|
const/4 v3, 0x6
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_8
|
|
const-wide/32 v3, 0x989680
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_9
|
|
|
|
const/4 v3, 0x7
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_9
|
|
const/16 v3, 0x8
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_a
|
|
const-wide v3, 0xe8d4a51000L
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_e
|
|
|
|
const-wide v3, 0x2540be400L
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_c
|
|
|
|
const-wide/32 v3, 0x3b9aca00
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_b
|
|
|
|
const/16 v3, 0x9
|
|
|
|
goto :goto_1
|
|
|
|
:cond_b
|
|
const/16 v3, 0xa
|
|
|
|
goto :goto_1
|
|
|
|
:cond_c
|
|
const-wide v3, 0x174876e800L
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_d
|
|
|
|
const/16 v3, 0xb
|
|
|
|
goto :goto_1
|
|
|
|
:cond_d
|
|
const/16 v3, 0xc
|
|
|
|
goto :goto_1
|
|
|
|
:cond_e
|
|
const-wide v3, 0x38d7ea4c68000L
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_11
|
|
|
|
const-wide v3, 0x9184e72a000L
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_f
|
|
|
|
const/16 v3, 0xd
|
|
|
|
goto :goto_1
|
|
|
|
:cond_f
|
|
const-wide v3, 0x5af3107a4000L
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_10
|
|
|
|
const/16 v3, 0xe
|
|
|
|
goto :goto_1
|
|
|
|
:cond_10
|
|
const/16 v3, 0xf
|
|
|
|
goto :goto_1
|
|
|
|
:cond_11
|
|
const-wide v3, 0x16345785d8a0000L
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_13
|
|
|
|
const-wide v3, 0x2386f26fc10000L
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_12
|
|
|
|
const/16 v3, 0x10
|
|
|
|
goto :goto_1
|
|
|
|
:cond_12
|
|
const/16 v3, 0x11
|
|
|
|
goto :goto_1
|
|
|
|
:cond_13
|
|
const-wide v3, 0xde0b6b3a7640000L
|
|
|
|
cmp-long v3, p1, v3
|
|
|
|
if-gez v3, :cond_14
|
|
|
|
const/16 v3, 0x12
|
|
|
|
goto :goto_1
|
|
|
|
:cond_14
|
|
const/16 v3, 0x13
|
|
|
|
:goto_1
|
|
if-eqz v2, :cond_15
|
|
|
|
add-int/lit8 v3, v3, 0x1
|
|
|
|
.line 1249
|
|
:cond_15
|
|
invoke-virtual {p0, v3}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writableSegment(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v4
|
|
|
|
.line 1250
|
|
iget-object v7, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 1251
|
|
iget v8, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
add-int/2addr v8, v3
|
|
|
|
:goto_2
|
|
cmp-long v9, p1, v0
|
|
|
|
if-eqz v9, :cond_16
|
|
|
|
.line 1253
|
|
rem-long v9, p1, v5
|
|
|
|
long-to-int v9, v9
|
|
|
|
add-int/lit8 v8, v8, -0x1
|
|
|
|
sget-object v10, Lcom/mbridge/msdk/thrid/okio/Buffer;->DIGITS:[B
|
|
|
|
.line 1254
|
|
aget-byte v9, v10, v9
|
|
|
|
aput-byte v9, v7, v8
|
|
|
|
.line 1255
|
|
div-long/2addr p1, v5
|
|
|
|
goto :goto_2
|
|
|
|
:cond_16
|
|
if-eqz v2, :cond_17
|
|
|
|
add-int/lit8 v8, v8, -0x1
|
|
|
|
const/16 p1, 0x2d
|
|
|
|
.line 1258
|
|
aput-byte p1, v7, v8
|
|
|
|
.line 1261
|
|
:cond_17
|
|
iget p1, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
add-int/2addr p1, v3
|
|
|
|
iput p1, v4, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget-wide p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v0, v3
|
|
|
|
add-long/2addr p1, v0
|
|
|
|
iput-wide p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public bridge synthetic writeDecimalLong(J)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1, p2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeDecimalLong(J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public writeHexadecimalUnsignedLong(J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 9
|
|
|
|
const-wide/16 v0, 0x0
|
|
|
|
cmp-long v0, p1, v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/16 p1, 0x30
|
|
|
|
.line 1269
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1272
|
|
:cond_0
|
|
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 1274
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writableSegment(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v2
|
|
|
|
.line 1275
|
|
iget-object v3, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 1276
|
|
iget v4, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
add-int v5, v4, v0
|
|
|
|
add-int/lit8 v5, v5, -0x1
|
|
|
|
:goto_0
|
|
if-lt v5, v4, :cond_1
|
|
|
|
sget-object v6, Lcom/mbridge/msdk/thrid/okio/Buffer;->DIGITS:[B
|
|
|
|
const-wide/16 v7, 0xf
|
|
|
|
and-long/2addr v7, p1
|
|
|
|
long-to-int v7, v7
|
|
|
|
.line 1277
|
|
aget-byte v6, v6, v7
|
|
|
|
aput-byte v6, v3, v5
|
|
|
|
ushr-long/2addr p1, v1
|
|
|
|
add-int/lit8 v5, v5, -0x1
|
|
|
|
goto :goto_0
|
|
|
|
.line 1280
|
|
:cond_1
|
|
iget p1, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
add-int/2addr p1, v0
|
|
|
|
iput p1, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget-wide p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v0, v0
|
|
|
|
add-long/2addr p1, v0
|
|
|
|
iput-wide p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public bridge synthetic writeHexadecimalUnsignedLong(J)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1, p2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeHexadecimalUnsignedLong(J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public writeInt(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 7
|
|
|
|
const/4 v0, 0x4
|
|
|
|
.line 1173
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writableSegment(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v1
|
|
|
|
.line 1174
|
|
iget-object v2, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 1175
|
|
iget v3, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
add-int/lit8 v4, v3, 0x1
|
|
|
|
ushr-int/lit8 v5, p1, 0x18
|
|
|
|
and-int/lit16 v5, v5, 0xff
|
|
|
|
int-to-byte v5, v5
|
|
|
|
.line 1176
|
|
aput-byte v5, v2, v3
|
|
|
|
add-int/lit8 v5, v3, 0x2
|
|
|
|
ushr-int/lit8 v6, p1, 0x10
|
|
|
|
and-int/lit16 v6, v6, 0xff
|
|
|
|
int-to-byte v6, v6
|
|
|
|
.line 1177
|
|
aput-byte v6, v2, v4
|
|
|
|
add-int/lit8 v4, v3, 0x3
|
|
|
|
ushr-int/lit8 v6, p1, 0x8
|
|
|
|
and-int/lit16 v6, v6, 0xff
|
|
|
|
int-to-byte v6, v6
|
|
|
|
.line 1178
|
|
aput-byte v6, v2, v5
|
|
|
|
add-int/2addr v3, v0
|
|
|
|
and-int/lit16 p1, p1, 0xff
|
|
|
|
int-to-byte p1, p1
|
|
|
|
.line 1179
|
|
aput-byte p1, v2, v4
|
|
|
|
.line 1180
|
|
iput v3, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x4
|
|
|
|
add-long/2addr v0, v2
|
|
|
|
iput-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public bridge synthetic writeInt(I)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeInt(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public writeIntLe(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 0
|
|
|
|
.line 1186
|
|
invoke-static {p1}, Lcom/mbridge/msdk/thrid/okio/Util;->reverseBytesInt(I)I
|
|
|
|
move-result p1
|
|
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeInt(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public bridge synthetic writeIntLe(I)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeIntLe(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public writeLong(J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 11
|
|
|
|
const/16 v0, 0x8
|
|
|
|
.line 1190
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writableSegment(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v1
|
|
|
|
.line 1191
|
|
iget-object v2, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 1192
|
|
iget v3, v1, Lcom/mbridge/msdk/thrid/okio/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 v5, v5
|
|
|
|
int-to-byte v5, v5
|
|
|
|
.line 1193
|
|
aput-byte v5, v2, v3
|
|
|
|
add-int/lit8 v5, v3, 0x2
|
|
|
|
const/16 v6, 0x30
|
|
|
|
ushr-long v9, p1, v6
|
|
|
|
and-long/2addr v9, v7
|
|
|
|
long-to-int v6, v9
|
|
|
|
int-to-byte v6, v6
|
|
|
|
.line 1194
|
|
aput-byte v6, v2, v4
|
|
|
|
add-int/lit8 v4, v3, 0x3
|
|
|
|
const/16 v6, 0x28
|
|
|
|
ushr-long v9, p1, v6
|
|
|
|
and-long/2addr v9, v7
|
|
|
|
long-to-int v6, v9
|
|
|
|
int-to-byte v6, v6
|
|
|
|
.line 1195
|
|
aput-byte v6, v2, v5
|
|
|
|
add-int/lit8 v5, v3, 0x4
|
|
|
|
const/16 v6, 0x20
|
|
|
|
ushr-long v9, p1, v6
|
|
|
|
and-long/2addr v9, v7
|
|
|
|
long-to-int v6, v9
|
|
|
|
int-to-byte v6, v6
|
|
|
|
.line 1196
|
|
aput-byte v6, v2, v4
|
|
|
|
add-int/lit8 v4, v3, 0x5
|
|
|
|
const/16 v6, 0x18
|
|
|
|
ushr-long v9, p1, v6
|
|
|
|
and-long/2addr v9, v7
|
|
|
|
long-to-int v6, v9
|
|
|
|
int-to-byte v6, v6
|
|
|
|
.line 1197
|
|
aput-byte v6, v2, v5
|
|
|
|
add-int/lit8 v5, v3, 0x6
|
|
|
|
const/16 v6, 0x10
|
|
|
|
ushr-long v9, p1, v6
|
|
|
|
and-long/2addr v9, v7
|
|
|
|
long-to-int v6, v9
|
|
|
|
int-to-byte v6, v6
|
|
|
|
.line 1198
|
|
aput-byte v6, v2, v4
|
|
|
|
add-int/lit8 v4, v3, 0x7
|
|
|
|
ushr-long v9, p1, v0
|
|
|
|
and-long/2addr v9, v7
|
|
|
|
long-to-int v6, v9
|
|
|
|
int-to-byte v6, v6
|
|
|
|
.line 1199
|
|
aput-byte v6, v2, v5
|
|
|
|
add-int/2addr v3, v0
|
|
|
|
and-long/2addr p1, v7
|
|
|
|
long-to-int p1, p1
|
|
|
|
int-to-byte p1, p1
|
|
|
|
.line 1200
|
|
aput-byte p1, v2, v4
|
|
|
|
.line 1201
|
|
iput v3, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget-wide p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v0, 0x8
|
|
|
|
add-long/2addr p1, v0
|
|
|
|
iput-wide p1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public bridge synthetic writeLong(J)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1, p2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeLong(J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public writeLongLe(J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 0
|
|
|
|
.line 1207
|
|
invoke-static {p1, p2}, Lcom/mbridge/msdk/thrid/okio/Util;->reverseBytesLong(J)J
|
|
|
|
move-result-wide p1
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeLong(J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public bridge synthetic writeLongLe(J)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1, p2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeLongLe(J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public writeShort(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 6
|
|
|
|
const/4 v0, 0x2
|
|
|
|
.line 1158
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writableSegment(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v1
|
|
|
|
.line 1159
|
|
iget-object v2, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 1160
|
|
iget v3, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
add-int/lit8 v4, v3, 0x1
|
|
|
|
ushr-int/lit8 v5, p1, 0x8
|
|
|
|
and-int/lit16 v5, v5, 0xff
|
|
|
|
int-to-byte v5, v5
|
|
|
|
.line 1161
|
|
aput-byte v5, v2, v3
|
|
|
|
add-int/2addr v3, v0
|
|
|
|
and-int/lit16 p1, p1, 0xff
|
|
|
|
int-to-byte p1, p1
|
|
|
|
.line 1162
|
|
aput-byte p1, v2, v4
|
|
|
|
.line 1163
|
|
iput v3, v1, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x2
|
|
|
|
add-long/2addr v0, v2
|
|
|
|
iput-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public bridge synthetic writeShort(I)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeShort(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public writeShortLe(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 0
|
|
|
|
int-to-short p1, p1
|
|
|
|
.line 1169
|
|
invoke-static {p1}, Lcom/mbridge/msdk/thrid/okio/Util;->reverseBytesShort(S)S
|
|
|
|
move-result p1
|
|
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeShort(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public bridge synthetic writeShortLe(I)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeShortLe(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public writeString(Ljava/lang/String;IILjava/nio/charset/Charset;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 1
|
|
|
|
if-eqz p1, :cond_5
|
|
|
|
if-ltz p2, :cond_4
|
|
|
|
if-lt p3, p2, :cond_3
|
|
|
|
.line 1079
|
|
invoke-virtual {p1}, Ljava/lang/String;->length()I
|
|
|
|
move-result v0
|
|
|
|
if-gt p3, v0, :cond_2
|
|
|
|
if-eqz p4, :cond_1
|
|
|
|
.line 1084
|
|
sget-object v0, Lcom/mbridge/msdk/thrid/okio/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_0
|
|
|
|
invoke-virtual {p0, p1, p2, p3}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeUtf8(Ljava/lang/String;II)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1085
|
|
:cond_0
|
|
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
|
|
|
|
.line 1086
|
|
array-length p2, p1
|
|
|
|
const/4 p3, 0x0
|
|
|
|
invoke-virtual {p0, p1, p3, p2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->write([BII)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 1083
|
|
:cond_1
|
|
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 1080
|
|
:cond_2
|
|
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 1081
|
|
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 1077
|
|
:cond_3
|
|
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 1075
|
|
:cond_4
|
|
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 1074
|
|
:cond_5
|
|
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;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 2
|
|
|
|
.line 1069
|
|
invoke-virtual {p1}, Ljava/lang/String;->length()I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-virtual {p0, p1, v1, v0, p2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeString(Ljava/lang/String;IILjava/nio/charset/Charset;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public bridge synthetic writeString(Ljava/lang/String;IILjava/nio/charset/Charset;)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1, p2, p3, p4}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeString(Ljava/lang/String;IILjava/nio/charset/Charset;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public bridge synthetic writeString(Ljava/lang/String;Ljava/nio/charset/Charset;)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1, p2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeString(Ljava/lang/String;Ljava/nio/charset/Charset;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final writeTo(Ljava/io/OutputStream;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
.line 205
|
|
invoke-virtual {p0, p1, v0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeTo(Ljava/io/OutputStream;J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final writeTo(Ljava/io/OutputStream;J)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 7
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
if-eqz p1, :cond_2
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
const-wide/16 v2, 0x0
|
|
|
|
move-wide v4, p2
|
|
|
|
.line 211
|
|
invoke-static/range {v0 .. v5}, Lcom/mbridge/msdk/thrid/okio/Util;->checkOffsetAndCount(JJJ)V
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
:cond_0
|
|
:goto_0
|
|
const-wide/16 v1, 0x0
|
|
|
|
cmp-long v1, p2, v1
|
|
|
|
if-lez v1, :cond_1
|
|
|
|
.line 215
|
|
iget v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/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 v1, v1
|
|
|
|
.line 216
|
|
iget-object v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
iget v3, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
invoke-virtual {p1, v2, v3, v1}, Ljava/io/OutputStream;->write([BII)V
|
|
|
|
.line 218
|
|
iget v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
add-int/2addr v2, v1
|
|
|
|
iput v2, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->pos:I
|
|
|
|
iget-wide v3, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v5, v1
|
|
|
|
sub-long/2addr v3, v5
|
|
|
|
iput-wide v3, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
sub-long/2addr p2, v5
|
|
|
|
.line 222
|
|
iget v1, v0, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
if-ne v2, v1, :cond_0
|
|
|
|
.line 224
|
|
invoke-virtual {v0}, Lcom/mbridge/msdk/thrid/okio/Segment;->pop()Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v1
|
|
|
|
iput-object v1, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->head:Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
.line 225
|
|
invoke-static {v0}, Lcom/mbridge/msdk/thrid/okio/SegmentPool;->recycle(Lcom/mbridge/msdk/thrid/okio/Segment;)V
|
|
|
|
move-object v0, v1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
return-object p0
|
|
|
|
.line 210
|
|
:cond_2
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string p2, "out == null"
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public writeUtf8(Ljava/lang/String;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 2
|
|
|
|
.line 953
|
|
invoke-virtual {p1}, Ljava/lang/String;->length()I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-virtual {p0, p1, v1, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeUtf8(Ljava/lang/String;II)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public writeUtf8(Ljava/lang/String;II)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 7
|
|
|
|
if-eqz p1, :cond_d
|
|
|
|
if-ltz p2, :cond_c
|
|
|
|
if-lt p3, p2, :cond_b
|
|
|
|
.line 962
|
|
invoke-virtual {p1}, Ljava/lang/String;->length()I
|
|
|
|
move-result v0
|
|
|
|
if-gt p3, v0, :cond_a
|
|
|
|
:goto_0
|
|
if-ge p2, p3, :cond_9
|
|
|
|
.line 969
|
|
invoke-virtual {p1, p2}, Ljava/lang/String;->charAt(I)C
|
|
|
|
move-result v0
|
|
|
|
const/16 v1, 0x80
|
|
|
|
if-ge v0, v1, :cond_2
|
|
|
|
const/4 v2, 0x1
|
|
|
|
.line 972
|
|
invoke-virtual {p0, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writableSegment(I)Lcom/mbridge/msdk/thrid/okio/Segment;
|
|
|
|
move-result-object v2
|
|
|
|
.line 973
|
|
iget-object v3, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->data:[B
|
|
|
|
.line 974
|
|
iget v4, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
sub-int/2addr v4, p2
|
|
|
|
rsub-int v5, v4, 0x2000
|
|
|
|
.line 975
|
|
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 978
|
|
aput-byte v0, v3, p2
|
|
|
|
:goto_1
|
|
if-ge v6, v5, :cond_1
|
|
|
|
.line 983
|
|
invoke-virtual {p1, v6}, Ljava/lang/String;->charAt(I)C
|
|
|
|
move-result p2
|
|
|
|
if-lt p2, v1, :cond_0
|
|
|
|
goto :goto_2
|
|
|
|
:cond_0
|
|
add-int/lit8 v0, v6, 0x1
|
|
|
|
add-int/2addr v6, v4
|
|
|
|
int-to-byte p2, p2
|
|
|
|
.line 985
|
|
aput-byte p2, v3, v6
|
|
|
|
move v6, v0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
:goto_2
|
|
add-int/2addr v4, v6
|
|
|
|
.line 988
|
|
iget p2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
sub-int/2addr v4, p2
|
|
|
|
add-int/2addr p2, v4
|
|
|
|
.line 989
|
|
iput p2, v2, Lcom/mbridge/msdk/thrid/okio/Segment;->limit:I
|
|
|
|
iget-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
int-to-long v2, v4
|
|
|
|
add-long/2addr v0, v2
|
|
|
|
iput-wide v0, p0, Lcom/mbridge/msdk/thrid/okio/Buffer;->size:J
|
|
|
|
move p2, v6
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
const/16 v2, 0x800
|
|
|
|
if-ge v0, v2, :cond_3
|
|
|
|
shr-int/lit8 v2, v0, 0x6
|
|
|
|
or-int/lit16 v2, v2, 0xc0
|
|
|
|
.line 994
|
|
invoke-virtual {p0, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
and-int/lit8 v0, v0, 0x3f
|
|
|
|
or-int/2addr v0, v1
|
|
|
|
.line 995
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
:goto_3
|
|
add-int/lit8 p2, p2, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_3
|
|
const v2, 0xd800
|
|
|
|
const/16 v3, 0x3f
|
|
|
|
if-lt v0, v2, :cond_8
|
|
|
|
const v2, 0xdfff
|
|
|
|
if-le v0, v2, :cond_4
|
|
|
|
goto :goto_6
|
|
|
|
:cond_4
|
|
add-int/lit8 v4, p2, 0x1
|
|
|
|
if-ge v4, p3, :cond_5
|
|
|
|
.line 1008
|
|
invoke-virtual {p1, v4}, Ljava/lang/String;->charAt(I)C
|
|
|
|
move-result v5
|
|
|
|
goto :goto_4
|
|
|
|
:cond_5
|
|
const/4 v5, 0x0
|
|
|
|
:goto_4
|
|
const v6, 0xdbff
|
|
|
|
if-gt v0, v6, :cond_7
|
|
|
|
const v6, 0xdc00
|
|
|
|
if-lt v5, v6, :cond_7
|
|
|
|
if-le v5, v2, :cond_6
|
|
|
|
goto :goto_5
|
|
|
|
:cond_6
|
|
const v2, -0xd801
|
|
|
|
and-int/2addr v0, v2
|
|
|
|
shl-int/lit8 v0, v0, 0xa
|
|
|
|
const v2, -0xdc01
|
|
|
|
and-int/2addr v2, v5
|
|
|
|
or-int/2addr v0, v2
|
|
|
|
const/high16 v2, 0x10000
|
|
|
|
add-int/2addr v0, v2
|
|
|
|
shr-int/lit8 v2, v0, 0x12
|
|
|
|
or-int/lit16 v2, v2, 0xf0
|
|
|
|
.line 1021
|
|
invoke-virtual {p0, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
shr-int/lit8 v2, v0, 0xc
|
|
|
|
and-int/2addr v2, v3
|
|
|
|
or-int/2addr v2, v1
|
|
|
|
.line 1022
|
|
invoke-virtual {p0, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
shr-int/lit8 v2, v0, 0x6
|
|
|
|
and-int/2addr v2, v3
|
|
|
|
or-int/2addr v2, v1
|
|
|
|
.line 1023
|
|
invoke-virtual {p0, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
and-int/2addr v0, v3
|
|
|
|
or-int/2addr v0, v1
|
|
|
|
.line 1024
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
add-int/lit8 p2, p2, 0x2
|
|
|
|
goto/16 :goto_0
|
|
|
|
.line 1010
|
|
:cond_7
|
|
:goto_5
|
|
invoke-virtual {p0, v3}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move p2, v4
|
|
|
|
goto/16 :goto_0
|
|
|
|
:cond_8
|
|
:goto_6
|
|
shr-int/lit8 v2, v0, 0xc
|
|
|
|
or-int/lit16 v2, v2, 0xe0
|
|
|
|
.line 1000
|
|
invoke-virtual {p0, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
shr-int/lit8 v2, v0, 0x6
|
|
|
|
and-int/2addr v2, v3
|
|
|
|
or-int/2addr v2, v1
|
|
|
|
.line 1001
|
|
invoke-virtual {p0, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
and-int/lit8 v0, v0, 0x3f
|
|
|
|
or-int/2addr v0, v1
|
|
|
|
.line 1002
|
|
invoke-virtual {p0, v0}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
goto :goto_3
|
|
|
|
:cond_9
|
|
return-object p0
|
|
|
|
.line 963
|
|
:cond_a
|
|
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 964
|
|
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 960
|
|
: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, "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 958
|
|
:cond_c
|
|
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 957
|
|
:cond_d
|
|
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 bridge synthetic writeUtf8(Ljava/lang/String;)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeUtf8(Ljava/lang/String;)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public bridge synthetic writeUtf8(Ljava/lang/String;II)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1, p2, p3}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeUtf8(Ljava/lang/String;II)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public writeUtf8CodePoint(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
.locals 3
|
|
|
|
const/16 v0, 0x80
|
|
|
|
if-ge p1, v0, :cond_0
|
|
|
|
.line 1035
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/16 v1, 0x800
|
|
|
|
const/16 v2, 0x3f
|
|
|
|
if-ge p1, v1, :cond_1
|
|
|
|
shr-int/lit8 v1, p1, 0x6
|
|
|
|
or-int/lit16 v1, v1, 0xc0
|
|
|
|
.line 1039
|
|
invoke-virtual {p0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
and-int/2addr p1, v2
|
|
|
|
or-int/2addr p1, v0
|
|
|
|
.line 1040
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
const/high16 v1, 0x10000
|
|
|
|
if-ge p1, v1, :cond_3
|
|
|
|
const v1, 0xd800
|
|
|
|
if-lt p1, v1, :cond_2
|
|
|
|
const v1, 0xdfff
|
|
|
|
if-gt p1, v1, :cond_2
|
|
|
|
.line 1045
|
|
invoke-virtual {p0, v2}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
shr-int/lit8 v1, p1, 0xc
|
|
|
|
or-int/lit16 v1, v1, 0xe0
|
|
|
|
.line 1048
|
|
invoke-virtual {p0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
shr-int/lit8 v1, p1, 0x6
|
|
|
|
and-int/2addr v1, v2
|
|
|
|
or-int/2addr v1, v0
|
|
|
|
.line 1049
|
|
invoke-virtual {p0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
and-int/2addr p1, v2
|
|
|
|
or-int/2addr p1, v0
|
|
|
|
.line 1050
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_3
|
|
const v1, 0x10ffff
|
|
|
|
if-gt p1, v1, :cond_4
|
|
|
|
shr-int/lit8 v1, p1, 0x12
|
|
|
|
or-int/lit16 v1, v1, 0xf0
|
|
|
|
.line 1055
|
|
invoke-virtual {p0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
shr-int/lit8 v1, p1, 0xc
|
|
|
|
and-int/2addr v1, v2
|
|
|
|
or-int/2addr v1, v0
|
|
|
|
.line 1056
|
|
invoke-virtual {p0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
shr-int/lit8 v1, p1, 0x6
|
|
|
|
and-int/2addr v1, v2
|
|
|
|
or-int/2addr v1, v0
|
|
|
|
.line 1057
|
|
invoke-virtual {p0, v1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
and-int/2addr p1, v2
|
|
|
|
or-int/2addr p1, v0
|
|
|
|
.line 1058
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeByte(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
:goto_0
|
|
return-object p0
|
|
|
|
.line 1061
|
|
:cond_4
|
|
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 1062
|
|
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)Lcom/mbridge/msdk/thrid/okio/BufferedSink;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 53
|
|
invoke-virtual {p0, p1}, Lcom/mbridge/msdk/thrid/okio/Buffer;->writeUtf8CodePoint(I)Lcom/mbridge/msdk/thrid/okio/Buffer;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|