|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openorb.orb.io.StreamHelper
Utility class for copying the contents of an input stream to an output stream, given a typecode for the contained data.
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |