danbikel.wordnet
Class WNFile
java.lang.Object
|
+--danbikel.wordnet.WNFile
- All Implemented Interfaces:
- Serializable
- public class WNFile
- extends Object
- implements Serializable
A coupling of a filename with its associated RandomAccessFile
object.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
file
public RandomAccessFile file
WNFile
public WNFile(String name,
RandomAccessFile file)
Author: Dan Bikel