org.omg.CORBA
Interface DataOutputStream

All Known Subinterfaces:
CustomOutputStream

public interface DataOutputStream


Method Summary
 void write_Abstract(Object value)
           
 void write_any_array(Any[] seq, int offset, int length)
           
 void write_any(Any value)
           
 void write_boolean_array(boolean[] seq, int offset, int length)
           
 void write_boolean(boolean value)
           
 void write_char_array(char[] seq, int offset, int length)
           
 void write_char(char value)
           
 void write_double_array(double[] seq, int offset, int length)
           
 void write_double(double value)
           
 void write_float_array(float[] seq, int offset, int length)
           
 void write_float(float value)
           
 void write_long_array(int[] seq, int offset, int length)
           
 void write_long(int value)
           
 void write_longdouble(double value)
           
 void write_longlong_array(long[] seq, int offset, int length)
           
 void write_longlong(long value)
           
 void write_Object(Object value)
           
 void write_octet_array(byte[] seq, int offset, int length)
           
 void write_octet(byte value)
           
 void write_short_array(short[] seq, int offset, int length)
           
 void write_short(short value)
           
 void write_string(String value)
           
 void write_TypeCode(TypeCode value)
           
 void write_ulong_array(int[] seq, int offset, int length)
           
 void write_ulong(int value)
           
 void write_ulonglong_array(long[] seq, int offset, int length)
           
 void write_ulonglong(long value)
           
 void write_ushort_array(short[] seq, int offset, int length)
           
 void write_ushort(short value)
           
 void write_Value(Serializable value)
           
 void write_wchar_array(char[] seq, int offset, int length)
           
 void write_wchar(char value)
           
 void write_wstring(String value)
           
 

Method Detail

write_any

void write_any(Any value)

write_boolean

void write_boolean(boolean value)

write_char

void write_char(char value)

write_wchar

void write_wchar(char value)

write_octet

void write_octet(byte value)

write_short

void write_short(short value)

write_ushort

void write_ushort(short value)

write_long

void write_long(int value)

write_ulong

void write_ulong(int value)

write_longlong

void write_longlong(long value)

write_ulonglong

void write_ulonglong(long value)

write_float

void write_float(float value)

write_double

void write_double(double value)

write_longdouble

void write_longdouble(double value)

write_string

void write_string(String value)

write_wstring

void write_wstring(String value)

write_Object

void write_Object(Object value)

write_Abstract

void write_Abstract(Object value)

write_Value

void write_Value(Serializable value)

write_TypeCode

void write_TypeCode(TypeCode value)

write_any_array

void write_any_array(Any[] seq,
                     int offset,
                     int length)

write_boolean_array

void write_boolean_array(boolean[] seq,
                         int offset,
                         int length)

write_char_array

void write_char_array(char[] seq,
                      int offset,
                      int length)

write_wchar_array

void write_wchar_array(char[] seq,
                       int offset,
                       int length)

write_octet_array

void write_octet_array(byte[] seq,
                       int offset,
                       int length)

write_short_array

void write_short_array(short[] seq,
                       int offset,
                       int length)

write_ushort_array

void write_ushort_array(short[] seq,
                        int offset,
                        int length)

write_long_array

void write_long_array(int[] seq,
                      int offset,
                      int length)

write_ulong_array

void write_ulong_array(int[] seq,
                       int offset,
                       int length)

write_longlong_array

void write_longlong_array(long[] seq,
                          int offset,
                          int length)

write_ulonglong_array

void write_ulonglong_array(long[] seq,
                           int offset,
                           int length)

write_float_array

void write_float_array(float[] seq,
                       int offset,
                       int length)

write_double_array

void write_double_array(double[] seq,
                        int offset,
                        int length)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.