package zmodem.xfer.io; import java.io.IOException; public abstract class ObjectInputStream { public abstract T read() throws IOException; }