123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- .class final Lokio/Util;
- .super Ljava/lang/Object;
- .source ""
- # static fields
- .field public static final UTF_8:Ljava/nio/charset/Charset;
- # direct methods
- .method static constructor <clinit>()V
- .locals 1
- const-string v0, "UTF-8"
- invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
- move-result-object v0
- sput-object v0, Lokio/Util;->UTF_8:Ljava/nio/charset/Charset;
- return-void
- .end method
- .method private constructor <init>()V
- .locals 0
- invoke-direct {p0}, Ljava/lang/Object;-><init>()V
- return-void
- .end method
- .method public static arrayRangeEquals([BI[BII)Z
- .locals 4
- const/4 v0, 0x0
- const/4 v1, 0x0
- :goto_0
- if-ge v1, p4, :cond_1
- add-int v2, v1, p1
- aget-byte v2, p0, v2
- add-int v3, v1, p3
- aget-byte v3, p2, v3
- if-eq v2, v3, :cond_0
- return v0
- :cond_0
- add-int/lit8 v1, v1, 0x1
- goto :goto_0
- :cond_1
- const/4 p0, 0x1
- return p0
- .end method
- .method public static checkOffsetAndCount(JJJ)V
- .locals 5
- or-long v0, p2, p4
- const-wide/16 v2, 0x0
- cmp-long v4, v0, v2
- if-ltz v4, :cond_0
- cmp-long v0, p2, p0
- if-gtz v0, :cond_0
- sub-long v0, p0, p2
- cmp-long v2, v0, p4
- if-ltz v2, :cond_0
- return-void
- :cond_0
- new-instance v0, Ljava/lang/ArrayIndexOutOfBoundsException;
- const/4 v1, 0x3
- new-array v1, v1, [Ljava/lang/Object;
- const/4 v2, 0x0
- invoke-static {p0, p1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
- move-result-object p0
- aput-object p0, v1, v2
- const/4 p0, 0x1
- invoke-static {p2, p3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
- move-result-object p1
- aput-object p1, v1, p0
- const/4 p0, 0x2
- invoke-static {p4, p5}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
- move-result-object p1
- aput-object p1, v1, p0
- const-string p0, "size=%s offset=%s byteCount=%s"
- invoke-static {p0, v1}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
- move-result-object p0
- invoke-direct {v0, p0}, Ljava/lang/ArrayIndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
- throw v0
- .end method
- .method public static reverseBytesInt(I)I
- .locals 2
- const/high16 v0, -0x1000000
- and-int/2addr v0, p0
- ushr-int/lit8 v0, v0, 0x18
- const/high16 v1, 0xff0000
- and-int/2addr v1, p0
- ushr-int/lit8 v1, v1, 0x8
- or-int/2addr v0, v1
- const v1, 0xff00
- and-int/2addr v1, p0
- shl-int/lit8 v1, v1, 0x8
- or-int/2addr v0, v1
- and-int/lit16 p0, p0, 0xff
- shl-int/lit8 p0, p0, 0x18
- or-int/2addr p0, v0
- return p0
- .end method
- .method public static reverseBytesLong(J)J
- .locals 8
- const-wide/high16 v0, -0x100000000000000L
- and-long/2addr v0, p0
- const/16 v2, 0x38
- ushr-long/2addr v0, v2
- const-wide/high16 v3, 0xff000000000000L
- and-long/2addr v3, p0
- const/16 v5, 0x28
- ushr-long/2addr v3, v5
- or-long/2addr v0, v3
- const-wide v3, 0xff0000000000L
- and-long/2addr v3, p0
- const/16 v6, 0x18
- ushr-long/2addr v3, v6
- or-long/2addr v0, v3
- const-wide v3, 0xff00000000L
- and-long/2addr v3, p0
- const/16 v7, 0x8
- ushr-long/2addr v3, v7
- or-long/2addr v0, v3
- const-wide v3, 0xff000000L
- and-long/2addr v3, p0
- shl-long/2addr v3, v7
- or-long/2addr v0, v3
- const-wide/32 v3, 0xff0000
- and-long/2addr v3, p0
- shl-long/2addr v3, v6
- or-long/2addr v0, v3
- const-wide/32 v3, 0xff00
- and-long/2addr v3, p0
- shl-long/2addr v3, v5
- or-long/2addr v0, v3
- const-wide/16 v3, 0xff
- and-long/2addr p0, v3
- shl-long/2addr p0, v2
- or-long/2addr p0, v0
- return-wide p0
- .end method
- .method public static reverseBytesShort(S)S
- .locals 1
- const v0, 0xffff
- and-int/2addr p0, v0
- const v0, 0xff00
- and-int/2addr v0, p0
- ushr-int/lit8 v0, v0, 0x8
- and-int/lit16 p0, p0, 0xff
- shl-int/lit8 p0, p0, 0x8
- or-int/2addr p0, v0
- int-to-short p0, p0
- return p0
- .end method
- .method public static sneakyRethrow(Ljava/lang/Throwable;)V
- .locals 0
- invoke-static {p0}, Lokio/Util;->sneakyThrow2(Ljava/lang/Throwable;)V
- return-void
- .end method
- .method private static sneakyThrow2(Ljava/lang/Throwable;)V
- .locals 0
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "<T:",
- "Ljava/lang/Throwable;",
- ">(",
- "Ljava/lang/Throwable;",
- ")V^TT;"
- }
- .end annotation
- .annotation system Ldalvik/annotation/Throws;
- value = {
- Ljava/lang/Throwable;
- }
- .end annotation
- throw p0
- .end method
|