|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.store.ProximitiesFileOut
public class ProximitiesFileOut
The ProximitiesFileOut object defines a writer of proximities of terms.
| Constructor Summary | |
|---|---|
ProximitiesFileOut(java.lang.String filename)
Constructor for the ProximitiesFileOut object. |
|
| Method Summary | |
|---|---|
void |
close()
Close the output stream and mark for garbage collection. |
long |
save(Proximities p)
Write the given Proximities to this object's output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProximitiesFileOut(java.lang.String filename)
throws java.io.IOException
filename - the name of the file
java.io.IOException| Method Detail |
|---|
public long save(Proximities p)
throws java.io.IOException
p Proximities
starts.
p - the Proximities to write
java.io.IOException
public void close()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||