PooledByteBuffer.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
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract close()V
.end method
.method public abstract getByteBuffer()Ljava/nio/ByteBuffer;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end method
.method public abstract getNativePtr()J
.end method
.method public abstract isClosed()Z
.end method
.method public abstract read(I)B
.end method
.method public abstract read(I[BII)I
.end method
.method public abstract size()I
.end method