Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / libjava / classpath / java / io / ObjectOutput.java
index 628f8b9..4ec6c6f 100644 (file)
@@ -48,7 +48,8 @@ package java.io;
   *
   * @see DataOutput
   */
-public interface ObjectOutput extends DataOutput
+public interface ObjectOutput
+  extends DataOutput, AutoCloseable
 {
   /**
     * This method writes the specified byte to the output stream.