|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanReader
public class FullScanReader
A reader of a full scan file
| Constructor Summary | |
|---|---|
FullScanReader(String file)
Creates a new instance |
|
| Method Summary | |
|---|---|
void |
close()
Closes the reader |
FullScanParams |
getCharacteristics()
Reads the head of the full scan file |
FeatureVectorElement |
getElement()
Reads a record element |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FullScanReader(String file)
throws Exception
file - The file
Exception - An error| Method Detail |
|---|
public FullScanParams getCharacteristics()
throws Exception
Exception - An errorpublic FeatureVectorElement getElement()
public void close()
throws Exception
Exception - An error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||