Rabbit-R1/android (non root)/smali/smali_classes3/io/flutter/plugin/common/MessageCodec.smali

36 lines
850 B
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.class public interface abstract Lio/flutter/plugin/common/MessageCodec;
.super Ljava/lang/Object;
.source "MessageCodec.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract decodeMessage(Ljava/nio/ByteBuffer;)Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/nio/ByteBuffer;",
")TT;"
}
.end annotation
.end method
.method public abstract encodeMessage(Ljava/lang/Object;)Ljava/nio/ByteBuffer;
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)",
"Ljava/nio/ByteBuffer;"
}
.end annotation
.end method