gnu.lists
Class EofClass
- Externalizable
public class EofClass
extends java.lang.Object
implements Externalizable
static Object | eofValue - Special magic end-of-file marker.
|
eofValue
public static final Object eofValue
Special magic end-of-file marker.
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readResolve
public Object readResolve()
throws ObjectStreamException
toString
public final String toString()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException