public class ItemLocationBox.Item extends Object
Modifier and Type | Field and Description |
---|---|
long |
baseOffset |
int |
constructionMethod |
int |
dataReferenceIndex |
List<ItemLocationBox.Extent> |
extents |
int |
itemId |
Constructor and Description |
---|
ItemLocationBox.Item(ByteBuffer in) |
ItemLocationBox.Item(int itemId,
int constructionMethod,
int dataReferenceIndex,
long baseOffset,
List<ItemLocationBox.Extent> extents) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
void |
getContent(ByteBuffer bb) |
int |
getSize() |
int |
hashCode() |
void |
setBaseOffset(long baseOffset) |
String |
toString() |
public int itemId
public int constructionMethod
public int dataReferenceIndex
public long baseOffset
public List<ItemLocationBox.Extent> extents
public ItemLocationBox.Item(ByteBuffer in)
public ItemLocationBox.Item(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<ItemLocationBox.Extent> extents)
public int getSize()
public void setBaseOffset(long baseOffset)
public void getContent(ByteBuffer bb)
Copyright © 2014. All rights reserved.