gnu.lists

Class EofClass

Implemented Interfaces:
Externalizable

public class EofClass
extends java.lang.Object
implements Externalizable

Field Summary

static Object
eofValue
Special magic end-of-file marker.

Method Summary

void
readExternal(ObjectInput in)
Object
readResolve()
String
toString()
void
writeExternal(ObjectOutput out)

Field Details

eofValue

public static final Object eofValue
Special magic end-of-file marker.

Method Details

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