|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.fullscan.FullScanWriter
public class FullScanWriter
Writer of the Full scan file
| Constructor Summary | |
|---|---|
FullScanWriter(FullScanParams charact)
Creates a new instance |
|
| Method Summary | |
|---|---|
void |
close()
Closes the streams |
void |
openForUpdate(String file)
Opens the file for updating |
void |
removeEntry(String id,
String file)
Removes the entry |
void |
writeEntry(FeatureVectorElement elem)
Writes an entry |
void |
writeHead(String file)
Writes the head |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FullScanWriter(FullScanParams charact)
charact - The head parameters| Method Detail |
|---|
public void writeHead(String file)
throws Exception
file - The file
Exception - An error
public void removeEntry(String id,
String file)
throws Exception
id - the idfile - The file
Exception - An error
public void writeEntry(FeatureVectorElement elem)
throws Exception
elem - The element to write
Exception - An error
public void openForUpdate(String file)
throws Exception
file - The file
Exception - An error
public void close()
throws Exception
Exception - An error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||