Sample.smali

.class public interface abstract Lcom/googlecode/mp4parser/authoring/Sample;
.super Ljava/lang/Object;
.source "Sample.java"


# direct methods
.method static constructor <clinit>()V
    .registers 1

    return-void
.end method


# virtual methods
.method public abstract asByteBuffer()Ljava/nio/ByteBuffer;
.end method

.method public abstract getSize()J
.end method

.method public abstract writeTo(Ljava/nio/channels/WritableByteChannel;)V
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation
.end method