63 lines
1.1 KiB
Smali
63 lines
1.1 KiB
Smali
|
.class public final Lg0/a$a;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "BackpressureOverflow.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Lg0/a$b;
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Lg0/a;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x19
|
||
|
name = "a"
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# static fields
|
||
|
.field public static final a:Lg0/a$a;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public static constructor <clinit>()V
|
||
|
.locals 1
|
||
|
|
||
|
new-instance v0, Lg0/a$a;
|
||
|
|
||
|
invoke-direct {v0}, Lg0/a$a;-><init>()V
|
||
|
|
||
|
sput-object v0, Lg0/a$a;->a:Lg0/a$a;
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public constructor <init>()V
|
||
|
.locals 0
|
||
|
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public a()Z
|
||
|
.locals 2
|
||
|
.annotation system Ldalvik/annotation/Throws;
|
||
|
value = {
|
||
|
Lg0/k/b;
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
new-instance v0, Lg0/k/b;
|
||
|
|
||
|
const-string v1, "Overflowed buffer"
|
||
|
|
||
|
invoke-direct {v0, v1}, Lg0/k/b;-><init>(Ljava/lang/String;)V
|
||
|
|
||
|
throw v0
|
||
|
.end method
|