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

56 lines
1.3 KiB
Smali

.class public interface abstract Lcom/google/protobuf/MessageLite;
.super Ljava/lang/Object;
.source "MessageLite.java"
# interfaces
.implements Lcom/google/protobuf/MessageLiteOrBuilder;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/protobuf/MessageLite$Builder;
}
.end annotation
# virtual methods
.method public abstract getSerializedSize()I
.end method
.method public abstract newBuilderForType()Lcom/google/protobuf/MessageLite$Builder;
.end method
.method public abstract toBuilder()Lcom/google/protobuf/MessageLite$Builder;
.end method
.method public abstract toByteArray()[B
.end method
.method public abstract toByteString()Lcom/google/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(Lcom/google/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