public abstract class OutputStream extends OutputStream
_array
版本可以直接用来写序列和IDL类型数组。
Constructor and Description |
---|
OutputStream() |
Modifier and Type | Method and Description |
---|---|
abstract InputStream |
create_input_stream()
返回一个相同的缓冲区的输入流。
|
ORB |
orb()
返回创建OutputStream ORB。
|
abstract void |
write_any(Any value)
在这个输出流上写一个。
|
abstract void |
write_boolean_array(boolean[] value, int offset, int length)
写这一系列布尔输出流。
|
abstract void |
write_boolean(boolean value)
将一个布尔值写入该流。
|
abstract void |
write_char_array(char[] value, int offset, int length)
写入字符输出流的数组。
|
abstract void |
write_char(char value)
在该流中写入一个字符值。
|
void |
write_Context(Context ctx, ContextList contexts)
写在这流CORBA上下文。
|
abstract void |
write_double_array(double[] value, int offset, int length)
在这个输出流上写入一个双数组。
|
abstract void |
write_double(double value)
写入此流的一个双值。
|
void |
write_fixed(BigDecimal value)
写一个BigDecimal数。
|
abstract void |
write_float_array(float[] value, int offset, int length)
在这个输出流上写入一个浮点数组。
|
abstract void |
write_float(float value)
将一个浮点值写入该流。
|
abstract void |
write_long_array(int[] value, int offset, int length)
写一个数组(即CORBA的渴望
|
abstract void |
write_long(int value)
写一个CORBA长(即
|
abstract void |
write_longlong_array(long[] value, int offset, int length)
将CORBA longlongs数组(即
|
abstract void |
write_longlong(long value)
写一个CORBA龙龙(即
|
abstract void |
write_Object(Object value)
写入输出流CORBA对象。
|
abstract void |
write_octet_array(byte[] value, int offset, int length)
写入字节数组的CORBA(字节)在输出流。
|
abstract void |
write_octet(byte value)
写一个字节(即CORBA
|
void |
write_Principal(Principal value)
过时的。
通过CORBA 2.2否决。
|
abstract void |
write_short_array(short[] value, int offset, int length)
在这个输出流上写入一个短裤数组。
|
abstract void |
write_short(short value)
在该流中写入一个简短的值。
|
abstract void |
write_string(String value)
将字符串值写入该流中。
|
abstract void |
write_TypeCode(TypeCode value)
写入输出流TypeCode。
|
abstract void |
write_ulong_array(int[] value, int offset, int length)
写一个数组(即符号CORBA的渴望
|
abstract void |
write_ulong(int value)
写一个无符号的长(即CORBA
|
abstract void |
write_ulonglong_array(long[] value, int offset, int length)
写符号的CORBA longlongs数组(即
|
abstract void |
write_ulonglong(long value)
写一个无符号(即CORBA龙龙
|
abstract void |
write_ushort_array(short[] value, int offset, int length)
在这个输出流上写入一个无符号的短裤数组。
|
abstract void |
write_ushort(short value)
在该流中写入一个无符号的短值。
|
abstract void |
write_wchar_array(char[] value, int offset, int length)
宽字符写入输出流的数组。
|
abstract void |
write_wchar(char value)
在该流中写入一个宽的字符值。
|
abstract void |
write_wstring(String value)
将一个宽字符串值写入该流。
|
void |
write(int b)
将一个整数(数组的长度)写入该流上。
|
close, flush, write, write
public abstract InputStream create_input_stream()
public abstract void write_boolean(boolean value)
value
-要写入的值。
public abstract void write_char(char value)
value
-要写入的值。
public abstract void write_wchar(char value)
value
-要写入的值。
public abstract void write_octet(byte value)
value
-要写入的值。
public abstract void write_short(short value)
value
-要写入的值。
public abstract void write_ushort(short value)
value
-要写入的值。
public abstract void write_long(int value)
value
-要写入的值。
public abstract void write_ulong(int value)
value
-要写入的值。
public abstract void write_longlong(long value)
value
-要写入的值。
public abstract void write_ulonglong(long value)
value
-要写入的值。
public abstract void write_float(float value)
value
-要写入的值。
public abstract void write_double(double value)
value
-要写入的值。
public abstract void write_string(String value)
value
-要写入的值。
public abstract void write_wstring(String value)
value
-要写入的值。
public abstract void write_boolean_array(boolean[] value, int offset, int length)
value
-数组写入。
offset
偏置在流。
length
长度的缓冲区。
public abstract void write_char_array(char[] value, int offset, int length)
value
-数组写入。
offset
偏置在流。
length
长度的缓冲区写。
public abstract void write_wchar_array(char[] value, int offset, int length)
value
-数组写入。
offset
偏置在流。
length
长度的缓冲区写。
public abstract void write_octet_array(byte[] value, int offset, int length)
value
-数组写入。
offset
偏置在流。
length
长度的缓冲区。
public abstract void write_short_array(short[] value, int offset, int length)
value
-数组写入。
offset
偏置在流。
length
长度的缓冲区写。
public abstract void write_ushort_array(short[] value, int offset, int length)
value
-数组写入。
offset
偏置在流。
length
长度的缓冲区写。
public abstract void write_long_array(int[] value, int offset, int length)
value
-数组写入。
offset
-。
length
长度的缓冲区写。
public abstract void write_ulong_array(int[] value, int offset, int length)
value
-数组写入。
offset
偏置在流。
length
长度的缓冲区写。
public abstract void write_longlong_array(long[] value, int offset, int length)
value
-数组写入。
offset
偏置在流。
length
长度的缓冲区写。
public abstract void write_ulonglong_array(long[] value, int offset, int length)
value
-数组写入。
offset
偏置在流。
length
长度的缓冲区写。
public abstract void write_float_array(float[] value, int offset, int length)
value
-数组写入。
offset
偏置在流。
length
长度的缓冲区写。
public abstract void write_double_array(double[] value, int offset, int length)
value
-数组写入。
offset
偏置在流。
length
长度的缓冲区写。
public abstract void write_Object(Object value)
value
-要写入的值。
public abstract void write_TypeCode(TypeCode value)
value
-要写入的值。
public abstract void write_any(Any value)
value
-要写入的值。
@Deprecated public void write_Principal(Principal value)
value
-要写入的值。
public void write(int b) throws IOException
write
方法重写,继承类
OutputStream
b
-要写入的值。
IOException
-如果有输入/输出错误
portable
package comments for unimplemented features
public void write_fixed(BigDecimal value)
value
- biddecimal值被写入。
public void write_Context(Context ctx, ContextList contexts)
ctx
- CORBA上下文
contexts
-包含上下文列表被写入
ContextList
对象
portable
package comments for unimplemented features
public ORB orb()
portable
package comments for unimplemented features
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.