Arrays.smali
.class public Lcom/tencent/tinker/ziputils/ziputil/Arrays;
.super Ljava/lang/Object;
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static checkOffsetAndCount(III)V
.registers 4
or-int v0, p1, p2
if-ltz v0, :cond_a
if-gt p1, p0, :cond_a
sub-int v0, p0, p1
if-ge v0, p2, :cond_10
:cond_a
new-instance v0, Ljava/lang/ArrayIndexOutOfBoundsException;
invoke-direct {v0, p1}, Ljava/lang/ArrayIndexOutOfBoundsException;-><init>(I)V
throw v0
:cond_10
return-void
.end method