apkfuckery/com.discord/smali_classes2/com/facebook/common/memory/PooledByteBuffer.smali
2020-09-09 19:21:20 +00:00

35 lines
677 B
Smali

.class public interface abstract Lcom/facebook/common/memory/PooledByteBuffer;
.super Ljava/lang/Object;
.source "PooledByteBuffer.java"
# interfaces
.implements Ljava/io/Closeable;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/facebook/common/memory/PooledByteBuffer$ClosedException;
}
.end annotation
# virtual methods
.method public abstract getByteBuffer()Ljava/nio/ByteBuffer;
.end method
.method public abstract isClosed()Z
.end method
.method public abstract k(I)B
.end method
.method public abstract m(I[BII)I
.end method
.method public abstract r()J
.end method
.method public abstract size()I
.end method