jdk/src/java.base/share/classes/java/io/ObjectOutputStream.java
changeset 45138 ddcafe0d0ea3
parent 44261 124fd1218a88
equal deleted inserted replaced
45137:b6d407860c47 45138:ddcafe0d0ea3
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   154  * @author      Roger Riggs
   154  * @author      Roger Riggs
   155  * @see java.io.DataOutput
   155  * @see java.io.DataOutput
   156  * @see java.io.ObjectInputStream
   156  * @see java.io.ObjectInputStream
   157  * @see java.io.Serializable
   157  * @see java.io.Serializable
   158  * @see java.io.Externalizable
   158  * @see java.io.Externalizable
   159  * @see <a href="../../../platform/serialization/spec/output.html">Object Serialization Specification, Section 2, Object Output Classes</a>
   159  * @see <a href="{@docRoot}/../specs/serialization/output.html">
       
   160  *     Object Serialization Specification, Section 2, Object Output Classes</a>
   160  * @since       1.1
   161  * @since       1.1
   161  */
   162  */
   162 public class ObjectOutputStream
   163 public class ObjectOutputStream
   163     extends OutputStream implements ObjectOutput, ObjectStreamConstants
   164     extends OutputStream implements ObjectOutput, ObjectStreamConstants
   164 {
   165 {