Package gnu.lists
Class EofClass
- java.lang.Object
-
- gnu.lists.EofClass
-
- All Implemented Interfaces:
Externalizable,Serializable
public class EofClass extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EofClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)ObjectreadResolve()StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Field Detail
-
eofValue
public static final EofClass eofValue
Special magic end-of-file marker.
-
-
Method Detail
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
readResolve
public Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-