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 void
readExternal(ObjectInput in)
Object
readResolve()
String
toString()
void
writeExternal(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:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
readResolve
public Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-