|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.compiler.PackagerHelper
public class PackagerHelper
Helper class for packager classes
Constructor Summary | |
---|---|
PackagerHelper()
|
Method Summary | |
---|---|
static long |
copyStream(java.io.InputStream in,
java.io.OutputStream out)
Copies all the data from the specified input stream to the specified output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackagerHelper()
Method Detail |
---|
public static long copyStream(java.io.InputStream in, java.io.OutputStream out) throws java.io.IOException
in
- the input stream to readout
- the output stream to write
java.io.IOException
- if an I/O error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |