src/share/classes/org/omg/CORBA/portable/OutputStream.java

Print this page
rev 597 : 8047722: @since tag cleanup in corba
Reviewed-by:

*** 33,43 **** * to CDR marshal streams. These methods are used by the ORB to * marshal IDL types as well as to insert IDL types into Anys. * The <code>_array</code> versions of the methods can be directly * used to write sequences and arrays of IDL types. * ! * @since JDK1.2 */ public abstract class OutputStream extends java.io.OutputStream { --- 33,43 ---- * to CDR marshal streams. These methods are used by the ORB to * marshal IDL types as well as to insert IDL types into Anys. * The <code>_array</code> versions of the methods can be directly * used to write sequences and arrays of IDL types. * ! * @since 1.2 */ public abstract class OutputStream extends java.io.OutputStream {