JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA_2_3.portable
類別 OutputStream

java.lang.Object
  繼承者 java.io.OutputStream
      繼承者 org.omg.CORBA.portable.OutputStream
          繼承者 org.omg.CORBA_2_3.portable.OutputStream
所有已實作的介面:
Closeable, Flushable

public abstract class OutputStream
extends OutputStream

OutputStream 提供將所有映射的 IDL 型別寫入串流的介面。它擴展 org.omg.CORBA.portable.OutputStream 並定義 CORBA 2.3 定義的新方法。

從以下版本開始:
JDK1.2
另請參見:
OutputStream

建構子摘要
OutputStream()
           
 
方法摘要
 void write_abstract_interface(Object obj)
          編組值物件或 stub 物件。
 void write_value(Serializable value)
          將值型別編組到輸出串流中。
 void write_value(Serializable value, BoxedValueHelper factory)
          將值型別編組到輸出串流中。
 void write_value(Serializable value, Class clz)
          將值型別編組到輸出串流中。
 void write_value(Serializable value, String repository_id)
          將值型別編組到輸出串流中。
 
從類別 org.omg.CORBA.portable.OutputStream 繼承的方法
create_input_stream, orb, write_any, write_boolean_array, write_boolean, write_char_array, write_char, write_Context, write_double_array, write_double, write_fixed, write_float_array, write_float, write_long_array, write_long, write_longlong_array, write_longlong, write_Object, write_octet_array, write_octet, write_Principal, write_short_array, write_short, write_string, write_TypeCode, write_ulong_array, write_ulong, write_ulonglong_array, write_ulonglong, write_ushort_array, write_ushort, write_wchar_array, write_wchar, write_wstring, write
 
從類別 java.io.OutputStream 繼承的方法
close, flush, write, write
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

OutputStream

public OutputStream()
方法詳細資訊

write_value

public void write_value(Serializable value)
將值型別編組到輸出串流中。

參數:
value - 要寫入的實際值

write_value

public void write_value(Serializable value,
                        Class clz)
將值型別編組到輸出串流中。

參數:
value - 要寫入的實際值
clz - 要編組的值的宣告型別

write_value

public void write_value(Serializable value,
                        String repository_id)
將值型別編組到輸出串流中。

參數:
value - 要寫入的實際值
repository_id - 標識要編組的值型別的型別

write_value

public void write_value(Serializable value,
                        BoxedValueHelper factory)
將值型別編組到輸出串流中。

參數:
value - 要寫入的實際值
factory - 用於編組框值 (boxed value) 的說明器的實例

write_abstract_interface

public void write_abstract_interface(Object obj)
編組值物件或 stub 物件。

參數:
obj - 要編組的實際值物件或要被編組的 stub

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only