Package net.infonode.util
Interface Readable
- All Known Subinterfaces:
PropertyMap
,ReadWritable
- All Known Implementing Classes:
PropertyMapImpl
,RootWindow
public interface Readable
Interface for objects that can be read from an
ObjectInputStream
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Reads this object from an ObjectInputStream.
-
Method Details
-
read
Reads this object from an ObjectInputStream.- Parameters:
in
- the stream- Throws:
IOException
- if there is a stream error
-