|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.featureindexlibrary.vafile.io.FileBufferWriter
public class FileBufferWriter
Buffer file writer helper
| Constructor Summary | |
|---|---|
FileBufferWriter(String file,
VAFileParams params)
Creates a new instance |
|
| Method Summary | |
|---|---|
boolean |
addElement(FeatureVectorElement elem)
Adds an element |
void |
close()
Closes |
void |
openForUpdate()
Opens for update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileBufferWriter(String file,
VAFileParams params)
file - The fileparams - The VAFIle header params| Method Detail |
|---|
public void openForUpdate()
throws Exception
Exception - An error
public boolean addElement(FeatureVectorElement elem)
throws Exception
elem - The element
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 | |||||||||