public final class IndexEntry extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
key
Entry key.
|
long |
offset
File offset to the id list.
|
int |
size
Number of ids.
|
Constructor and Description |
---|
IndexEntry(byte[] key,
int size,
long offset)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.