public class FullScanWriter extends Object
| Constructor and Description |
|---|
FullScanWriter(FullScanParams charact)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public FullScanWriter(FullScanParams charact)
charact - The head parameterspublic void writeHead(String file) throws Exception
file - The fileException - An errorpublic void removeEntry(String id, String file) throws Exception
id - the idfile - The fileException - An errorpublic void writeEntry(FeatureVectorElement elem) throws Exception
elem - The element to writeException - An errorpublic void openForUpdate(String file) throws Exception
file - The fileException - An errorCopyright © 2014. All Rights Reserved.