Files
rr3-apk/smali/androidx/datastore/preferences/protobuf/MessageLite.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

68 lines
1.9 KiB
Smali

.class public interface abstract Landroidx/datastore/preferences/protobuf/MessageLite;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroidx/datastore/preferences/protobuf/MessageLiteOrBuilder;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/datastore/preferences/protobuf/MessageLite$Builder;
}
.end annotation
# virtual methods
.method public abstract getParserForType()Landroidx/datastore/preferences/protobuf/Parser;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Landroidx/datastore/preferences/protobuf/Parser<",
"+",
"Landroidx/datastore/preferences/protobuf/MessageLite;",
">;"
}
.end annotation
.end method
.method public abstract getSerializedSize()I
.end method
.method public abstract newBuilderForType()Landroidx/datastore/preferences/protobuf/MessageLite$Builder;
.end method
.method public abstract toBuilder()Landroidx/datastore/preferences/protobuf/MessageLite$Builder;
.end method
.method public abstract toByteArray()[B
.end method
.method public abstract toByteString()Landroidx/datastore/preferences/protobuf/ByteString;
.end method
.method public abstract writeDelimitedTo(Ljava/io/OutputStream;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract writeTo(Landroidx/datastore/preferences/protobuf/CodedOutputStream;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract writeTo(Ljava/io/OutputStream;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method