public class FileBufferWriter extends Object
| Constructor and Description |
|---|
FileBufferWriter(String file,
VAFileParams params)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addElement(FeatureVectorElement elem)
Adds an element
|
void |
close()
Closes
|
void |
openForUpdate()
Opens for update
|
public FileBufferWriter(String file, VAFileParams params)
file - The fileparams - The VAFIle header paramspublic void openForUpdate()
throws Exception
Exception - An errorpublic boolean addElement(FeatureVectorElement elem) throws Exception
elem - The elementException - An errorCopyright © 2014. All Rights Reserved.