Changes of com.discord v1325
This commit is contained in:
parent
d9d9f382c9
commit
3cb9e1231d
28086 changed files with 4880345 additions and 0 deletions
12
com.discord/smali_classes2/oupson/apng/R.smali
Normal file
12
com.discord/smali_classes2/oupson/apng/R.smali
Normal file
|
@ -0,0 +1,12 @@
|
|||
.class public final Loupson/apng/R;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,41 @@
|
|||
.class public final Loupson/apng/exceptions/BadApng;
|
||||
.super Ljava/lang/Exception;
|
||||
.source "customException.kt"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final message:Ljava/lang/String;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
|
||||
|
||||
iput-object v0, p0, Loupson/apng/exceptions/BadApng;->message:Ljava/lang/String;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Ljava/lang/String;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
|
||||
|
||||
iput-object p1, p0, Loupson/apng/exceptions/BadApng;->message:Ljava/lang/String;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public getMessage()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Loupson/apng/exceptions/BadApng;->message:Ljava/lang/String;
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -0,0 +1,13 @@
|
|||
.class public final Loupson/apng/exceptions/BadCRC;
|
||||
.super Ljava/lang/Exception;
|
||||
.source "customException.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,13 @@
|
|||
.class public final Loupson/apng/exceptions/NoFcTL;
|
||||
.super Ljava/lang/Exception;
|
||||
.source "customException.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,13 @@
|
|||
.class public final Loupson/apng/exceptions/NoFrameException;
|
||||
.super Ljava/lang/Exception;
|
||||
.source "customException.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,13 @@
|
|||
.class public final Loupson/apng/exceptions/NotApngException;
|
||||
.super Ljava/lang/Exception;
|
||||
.source "customException.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,13 @@
|
|||
.class public final Loupson/apng/exceptions/NotPngException;
|
||||
.super Ljava/lang/Exception;
|
||||
.source "customException.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue