|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.io.OutputStream
org.omg.CORBA.portable.OutputStream
org.omg.CORBA_2_3.portable.OutputStream
public abstract class OutputStream
OutputStream 는, 맵 된 모든 IDL 형을 스트림에 기입하기 위한 인터페이스를 제공합니다. org.omg.CORBA.portable.OutputStream 를 확장해, CORBA 2.3 으로 정의된 새로운 메소드를 정의합니다.
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 |
생성자 의 상세 |
---|
public OutputStream()
메소드의 상세 |
---|
public void write_value(Serializable value)
value
- 기입하는 실효가public void write_value(Serializable value, Class clz)
value
- 기입하는 실효가clz
- 정렬화 되는 값의 선언형public void write_value(Serializable value, String repository_id)
value
- 기입하는 실효가repository_id
- 정렬화 되는 값의 형태를
식별한다public void write_value(Serializable value, BoxedValueHelper factory)
value
- 기입하는 실효가factory
- boxed 치의 정렬화에 사용되는 헬퍼의
인스턴스public void write_abstract_interface(Object obj)
obj
- 정렬화하는 실효가 객체 또는 Stub
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.