src/share/classes/java/io/ObjectInput.java

Print this page

        

*** 34,44 **** * @see java.io.InputStream * @see java.io.ObjectOutputStream * @see java.io.ObjectInputStream * @since JDK1.1 */ ! public interface ObjectInput extends DataInput { /** * Read and return an object. The class that implements this interface * defines where the object is "read" from. * * @return the object read from the stream --- 34,44 ---- * @see java.io.InputStream * @see java.io.ObjectOutputStream * @see java.io.ObjectInputStream * @since JDK1.1 */ ! public interface ObjectInput extends DataInput, Closeable { /** * Read and return an object. The class that implements this interface * defines where the object is "read" from. * * @return the object read from the stream