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
.
- Version:
- $Revision: 1.4 $
- Author:
- $Author: jesper $
Method Summary |
void |
read(java.io.ObjectInputStream in)
Reads this object from an ObjectInputStream. |
read
void read(java.io.ObjectInputStream in)
throws java.io.IOException
- Reads this object from an ObjectInputStream.
- Parameters:
in
- the stream
- Throws:
java.io.IOException
- if there is a stream error