|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.vcs.util.VCSStreamUtils
public final class VCSStreamUtils
Utility class for stream handling operations.
| Method Summary | |
|---|---|
static void |
pipeStreamData(java.io.InputStream in,
java.io.OutputStream out)
Pipes data from the given input stream to the given output stream, and then closes the input stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final void pipeStreamData(java.io.InputStream in,
java.io.OutputStream out)
throws java.io.IOException
in - an input stream.out - an output stream.
java.io.IOException - if an I/O exception occurred when handling the
streams.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||