Weather/smali/com/google/protobuf/CodedOutputStream$OutOfSpaceException.smali
2021-05-10 10:13:34 +02:00

32 lines
767 B
Smali

.class public Lcom/google/protobuf/CodedOutputStream$OutOfSpaceException;
.super Ljava/io/IOException;
.source "CodedOutputStream.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/CodedOutputStream;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "OutOfSpaceException"
.end annotation
# static fields
.field private static final serialVersionUID:J = -0x606a6e83ad3191dbL
# direct methods
.method constructor <init>()V
.locals 1
const-string v0, "CodedOutputStream was writing to a flat byte array and ran out of space."
.line 854
invoke-direct {p0, v0}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
return-void
.end method