public class VectorFileEntryInfo extends Object
| Constructor and Description |
|---|
VectorFileEntryInfo(VectorFileEntry entry,
int position)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
VectorFileEntry |
getEntry()
Property getter
|
long |
getPosition()
Property getter
|
void |
setEntry(VectorFileEntry entry)
Property setter
|
void |
setPosition(long position)
Property setter
|
public VectorFileEntryInfo(VectorFileEntry entry, int position)
entry - The entryposition - The positionpublic VectorFileEntry getEntry()
public void setEntry(VectorFileEntry entry)
entry - The property valuepublic long getPosition()
public void setPosition(long position)
position - The property valueCopyright © 2014. All Rights Reserved.