FileDocCategorySizeDatePackage
ChunkOffsetBox.javaAPI Docmp4parser 1.0-RC-17440Wed Dec 19 20:10:38 GMT 2012com.coremedia.iso.boxes

ChunkOffsetBox

public abstract class ChunkOffsetBox extends com.googlecode.mp4parser.AbstractFullBox
Abstract Chunk Offset Box

Fields Summary
Constructors Summary
public ChunkOffsetBox(String type)

        super(type);
    
Methods Summary
public abstract long[]getChunkOffsets()

public java.lang.StringtoString()

        return this.getClass().getSimpleName() + "[entryCount=" + getChunkOffsets().length + "]";