apkfuckery/com.discord/smali_classes2/com/facebook/common/memory/PooledByteBuffer.smali
2020-07-25 02:57:47 +00:00

34 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 j(I)B
.end method
.method public abstract l(I[BII)I
.end method
.method public abstract o()J
.end method
.method public abstract size()I
.end method