|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICVWriter
Interface for writing candidate vectors to a file.
| Method Summary | |
|---|---|
void |
close()
Closes underlying files, streams, etc. |
void |
writeCV(int[] cv,
boolean predicateOK)
Writes given candidate vector and its predicateOK flag to file. |
| Method Detail |
|---|
void writeCV(int[] cv,
boolean predicateOK)
throws IOException
cv - candidate vector to be written to filepredicateOK - if the given candidate vector passes predicate check or not
IOException - if an I/O error occurs
void close()
throws IOException
IOException - if an I/O error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||