com.coremedia.iso.boxes
Class ItemLocationBox.Item

java.lang.Object
  extended by com.coremedia.iso.boxes.ItemLocationBox.Item
Enclosing class:
ItemLocationBox

public class ItemLocationBox.Item
extends Object


Field Summary
 long baseOffset
           
 int constructionMethod
           
 int dataReferenceIndex
           
 List<ItemLocationBox.Extent> extents
           
 int itemId
           
 
Constructor Summary
ItemLocationBox.Item(ByteBuffer in)
           
ItemLocationBox.Item(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<ItemLocationBox.Extent> extents)
           
 
Method Summary
 boolean equals(Object o)
           
 void getContent(ByteBuffer bb)
           
 int getSize()
           
 int hashCode()
           
 void setBaseOffset(long baseOffset)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

itemId

public int itemId

constructionMethod

public int constructionMethod

dataReferenceIndex

public int dataReferenceIndex

baseOffset

public long baseOffset

extents

public List<ItemLocationBox.Extent> extents
Constructor Detail

ItemLocationBox.Item

public ItemLocationBox.Item(ByteBuffer in)

ItemLocationBox.Item

public ItemLocationBox.Item(int itemId,
                            int constructionMethod,
                            int dataReferenceIndex,
                            long baseOffset,
                            List<ItemLocationBox.Extent> extents)
Method Detail

getSize

public int getSize()

setBaseOffset

public void setBaseOffset(long baseOffset)

getContent

public void getContent(ByteBuffer bb)
                throws IOException
Throws:
IOException

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.