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 |
|---|
Item(ByteBuffer in) |
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 Item(ByteBuffer in)
public 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 © 2016. All rights reserved.