public final class StreamHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
copy_stream(org.omg.CORBA.TypeCode type,
org.omg.CORBA_2_3.portable.InputStream is,
org.omg.CORBA_2_3.portable.OutputStream os)
Copy input stream to output stream, according to the typecode passed.
|
public static void copy_stream(org.omg.CORBA.TypeCode type,
org.omg.CORBA_2_3.portable.InputStream is,
org.omg.CORBA_2_3.portable.OutputStream os)
type - the typecode of the data to be copied.is - the input stream source of the data.os - the destination for the copy.