apkfuckery/com.discord/smali_classes2/com/google/protobuf/InvalidProtocolBufferException.smali
2020-07-22 00:04:40 +00:00

50 lines
1.6 KiB
Smali

.class public Lcom/google/protobuf/InvalidProtocolBufferException;
.super Ljava/io/IOException;
.source "InvalidProtocolBufferException.java"
# static fields
.field public static final serialVersionUID:J = -0x166db9773d0dffacL
# instance fields
.field public unfinishedMessage:Lf/i/e/n;
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
const/4 p1, 0x0
iput-object p1, p0, Lcom/google/protobuf/InvalidProtocolBufferException;->unfinishedMessage:Lf/i/e/n;
return-void
.end method
.method public static a()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "CodedInputStream encountered an embedded string or message which claimed to have negative size."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static b()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method