public class ItemLocationBox.Extent extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
extentIndex |
long |
extentLength |
long |
extentOffset |
| Constructor and Description |
|---|
Extent(ByteBuffer in) |
Extent(long extentOffset,
long extentLength,
long extentIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
getContent(ByteBuffer os) |
int |
getSize() |
int |
hashCode() |
String |
toString() |
public long extentOffset
public long extentLength
public long extentIndex
public Extent(long extentOffset,
long extentLength,
long extentIndex)
public Extent(ByteBuffer in)
public void getContent(ByteBuffer os)
public int getSize()
Copyright © 2017. All rights reserved.