|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openorb.io.StreamHelper
Utility class for copying the contents of an input stream to an output stream, given a typecode for the contained data.
| Constructor Summary | |
|---|---|
StreamHelper()
|
|
| Method Summary | |
|---|---|
static void |
copy_stream(TypeCode type,
InputStream is,
OutputStream os)
Copy input stream to output stream, according to the typecode passed. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StreamHelper()
| Method Detail |
public static void copy_stream(TypeCode type,
InputStream is,
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||